Package javax.security.auth.message.callback

Interface Summary
PrivateKeyCallback.Request  
SecretKeyCallback.Request  
 

Class Summary
CallerPrincipalCallback Callback that enables an authentication module to inform the runtime of the call principal or name of the caller principal.
CertStoreCallback Callback that enables a runtime to inform authentication modules of the CertStore to use.
GroupPrincipalCallback Callback that enables an authentication module to inform the runtime of the groups a user is in.
PasswordValidationCallback Callback that enables an authentication module to supply a username and password (to a runtime?) and determine if the result of validation.
PrivateKeyCallback Callback that enables an authentication module to request a certificate chain and private key from the runtime.
PrivateKeyCallback.AliasRequest  
PrivateKeyCallback.DigestRequest  
PrivateKeyCallback.IssuerSerialNumRequest  
PrivateKeyCallback.SubjectKeyIDRequest  
SecretKeyCallback A callback enabling an authentication module to request a secret key from the runtime, by supplying an alias.
SecretKeyCallback.AliasRequest  
TrustStoreCallback A Callback enabling an authentication module to request a truststore from the runtime.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.