Uses of Interface
org.n52.security.authentication.AuthenticationMethod

Packages that use AuthenticationMethod
org.n52.security.authentication   
 

Uses of AuthenticationMethod in org.n52.security.authentication
 

Classes in org.n52.security.authentication that implement AuthenticationMethod
 class PasswordAuthenticationMethod
           
 class SAMLResponseAuthenticationMethod
          Class SAMLResponseAuthenticationMethod describes a method using a SAMLResponse.
 class SessionAuthenticationMethod
           
 class WASAuthenticationMethod
          Describes possiblitiy to use an WAS ticket as authentication credential.
 

Methods in org.n52.security.authentication with parameters of type AuthenticationMethod
 Credential CredentialFactory.create(AuthenticationMethod pMethod, java.lang.String encodedCredential)
          Method createCredential.
 java.lang.String CredentialFactory.encode(AuthenticationMethod pMethod, Credential credential)
          Method createCredential.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.