Uses of Interface
com.sun.enterprise.security.jauth.callback.SecretKeyCallback.Request
-
Packages that use SecretKeyCallback.Request Package Description com.sun.enterprise.security.jauth.callback -
-
Uses of SecretKeyCallback.Request in com.sun.enterprise.security.jauth.callback
Classes in com.sun.enterprise.security.jauth.callback that implement SecretKeyCallback.Request Modifier and Type Class Description static classSecretKeyCallback.AliasRequestRequest type for secret keys that are identified via an alias.Methods in com.sun.enterprise.security.jauth.callback that return SecretKeyCallback.Request Modifier and Type Method Description SecretKeyCallback.RequestSecretKeyCallback. getRequest()Get the Request object which identifies the secret key to be returned.Constructors in com.sun.enterprise.security.jauth.callback with parameters of type SecretKeyCallback.Request Constructor Description SecretKeyCallback(SecretKeyCallback.Request request)Constructs this SecretKeyCallback with a secret key Request object.
-