Uses of Interface
org.eclipse.higgins.icard.auth.ICredential

Packages that use ICredential
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.auth   
org.eclipse.higgins.icard.io   
 

Uses of ICredential in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard with parameters of type ICredential
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid, ICredential userCredential)
          Gets fully loaded user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 

Uses of ICredential in org.eclipse.higgins.icard.auth
 

Subinterfaces of ICredential in org.eclipse.higgins.icard.auth
 interface IKerberosV5Credential
           
 interface IPasswordCredential
           
 interface IPinCodeCredential
           
 interface ISelfIssuedCredential
           
 interface ITokenServiceCredential
           
 interface ITSKerberosV5Credential
           
 interface ITSSelfIssuedCredential
           
 interface ITSUsernamePasswordCredential
           
 interface ITSX509V3Credential
           
 interface IUsernameCredential
           
 interface IUsernamePasswordCredential
           
 interface IX509V3Credential
           
 

Methods in org.eclipse.higgins.icard.auth that return ICredential
 ICredential ICredentialDescriptor.getCredential()
          Gets an instance of ICredential object which should be used to provide credential information.
 

Methods in org.eclipse.higgins.icard.auth with parameters of type ICredential
 ITokenServiceCredential ITokenServiceCredentialFactory.createCredential(ICredential credential)
           
 

Uses of ICredential in org.eclipse.higgins.icard.io
 

Methods in org.eclipse.higgins.icard.io with parameters of type ICredential
 IElement[] IInputProcessor.process(InputStream is, ICredential credential)
          Processes input stream and returns an array of IElements extracted.
 void IOutputProcessor.process(IElement[] icards, OutputStream out, ICredential credential)
          Processes array of IOElements and store them in the supplied OutputStream.