Uses of Class
com.blackberry.workspaces.sdk.api.enums.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of AuthenticationMethod in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return AuthenticationMethod Modifier and Type Method Description static AuthenticationMethod
AuthenticationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationMethod[]
AuthenticationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationMethod in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethod
AuthenticationParametersJson. getAuthenticationMethod()
AuthenticationMethod
AuthenticationPolicyJson. getAuthenticationMethod()
Authentication methodMethods in com.blackberry.workspaces.sdk.api.json with parameters of type AuthenticationMethod Modifier and Type Method Description void
AuthenticationParametersJson. setAuthenticationMethod(AuthenticationMethod authenticationMethod)
void
AuthenticationPolicyJson. setAuthenticationMethod(AuthenticationMethod authenticationMethod)
Authentication method
-