Uses of Class
com.unboundid.scim.data.AuthenticationScheme

Packages that use AuthenticationScheme
com.unboundid.scim.data   
 

Uses of AuthenticationScheme in com.unboundid.scim.data
 

Fields in com.unboundid.scim.data with type parameters of type AuthenticationScheme
static AttributeValueResolver<AuthenticationScheme> AuthenticationScheme.AUTHENTICATION_SCHEME_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from AuthenticationScheme instances.
 

Methods in com.unboundid.scim.data that return types with arguments of type AuthenticationScheme
 Collection<AuthenticationScheme> ServiceProviderConfig.getAuthenticationSchemes()
          Retrieves the supported Authentication Schemes.
 

Method parameters in com.unboundid.scim.data with type arguments of type AuthenticationScheme
 ServiceProviderConfig ServiceProviderConfig.setAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes)
          Sets the supported Authentication Schemes.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.