Uses of Interface
com.sun.enterprise.security.jauth.callback.PrivateKeyCallback.Request
-
Packages that use PrivateKeyCallback.Request Package Description com.sun.enterprise.security.jauth.callback -
-
Uses of PrivateKeyCallback.Request in com.sun.enterprise.security.jauth.callback
Classes in com.sun.enterprise.security.jauth.callback that implement PrivateKeyCallback.Request Modifier and Type Class Description static classPrivateKeyCallback.AliasRequestRequest type for private keys that are identified via an alias.static classPrivateKeyCallback.IssuerSerialNumRequestRequest type for private keys that are identified via an issuer/serial number.static classPrivateKeyCallback.SubjectKeyIDRequestRequest type for private keys that are identified via a SubjectKeyIDMethods in com.sun.enterprise.security.jauth.callback that return PrivateKeyCallback.Request Modifier and Type Method Description PrivateKeyCallback.RequestPrivateKeyCallback. getRequest()Get the Request object which identifies the private key to be returned.Constructors in com.sun.enterprise.security.jauth.callback with parameters of type PrivateKeyCallback.Request Constructor Description PrivateKeyCallback(PrivateKeyCallback.Request request)Constructs this PrivateKeyCallback with a private key Request object.
-