intarsys runtime library

Uses of Interface
de.intarsys.tools.authenticate.ICredential

Packages that use ICredential
de.intarsys.aaa.authentication   
de.intarsys.tools.authenticate   
 

Uses of ICredential in de.intarsys.aaa.authentication
 

Methods in de.intarsys.aaa.authentication that return types with arguments of type ICredential
 List<ICredential> ISubject.getCredentials()
          All ICredential instances associated with the subject.
 

Methods in de.intarsys.aaa.authentication with parameters of type ICredential
 void IAuthenticationHandler.login(ICredential credential)
          Perform the necessary authentication procedure for the given credential.
 

Uses of ICredential in de.intarsys.tools.authenticate
 

Classes in de.intarsys.tools.authenticate that implement ICredential
 class NTCredential
           
 class PasswordCredential
          An ICredential container for user name and password.
 

Methods in de.intarsys.tools.authenticate that return ICredential
 ICredential ICredentialProvider.getCredential()
          An ICredential or null to indicate cancellation.
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.