Uses of Interface
org.jboss.security.identity.extensions.CredentialIdentity
-
Packages that use CredentialIdentity Package Description org.jboss.security.identity.extensions -
-
Uses of CredentialIdentity in org.jboss.security.identity.extensions
Subinterfaces of CredentialIdentity in org.jboss.security.identity.extensions Modifier and Type Interface Description interface
CertificateIdentity
Represents an Identity using X509 certificatesFields in org.jboss.security.identity.extensions declared as CredentialIdentity Modifier and Type Field Description static CredentialIdentity
CredentialIdentityFactory. NULL_IDENTITY
An empty identityMethods in org.jboss.security.identity.extensions that return CredentialIdentity Modifier and Type Method Description static CredentialIdentity<Object>
CredentialIdentityFactory. createIdentity(Principal principal, Object cred)
static CredentialIdentity<Object>
CredentialIdentityFactory. createIdentity(Principal principal, Object cred, Role roles)
-