|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserAuthenticationData | |
---|---|
org.apache.commons.vfs2 | The public VFS API. |
org.apache.commons.vfs2.auth | VFS Authentication implementation |
org.apache.commons.vfs2.util | Utility classes used by the VFS. |
Uses of UserAuthenticationData in org.apache.commons.vfs2 |
---|
Methods in org.apache.commons.vfs2 that return UserAuthenticationData | |
---|---|
UserAuthenticationData |
UserAuthenticator.requestAuthentication(UserAuthenticationData.Type[] types)
Queries the given type from the user. |
Uses of UserAuthenticationData in org.apache.commons.vfs2.auth |
---|
Methods in org.apache.commons.vfs2.auth that return UserAuthenticationData | |
---|---|
UserAuthenticationData |
StaticUserAuthenticator.requestAuthentication(UserAuthenticationData.Type[] types)
|
Uses of UserAuthenticationData in org.apache.commons.vfs2.util |
---|
Methods in org.apache.commons.vfs2.util that return UserAuthenticationData | |
---|---|
static UserAuthenticationData |
UserAuthenticatorUtils.authenticate(FileSystemOptions opts,
UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned. |
static UserAuthenticationData |
UserAuthenticatorUtils.authenticate(UserAuthenticator auth,
UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned. |
Methods in org.apache.commons.vfs2.util with parameters of type UserAuthenticationData | |
---|---|
static void |
UserAuthenticatorUtils.cleanup(UserAuthenticationData authData)
cleanup the data in the UerAuthenticationData (null safe). |
static char[] |
UserAuthenticatorUtils.getData(UserAuthenticationData data,
UserAuthenticationData.Type type,
char[] overriddenValue)
gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |