Package | Description |
---|---|
org.jboss.security.identity | |
org.jboss.security.identity.extensions | |
org.jboss.security.identity.fed |
Modifier and Type | Method and Description |
---|---|
static Identity |
IdentityFactory.getIdentity(Principal principal,
Object credential) |
static Identity |
IdentityFactory.getIdentity(Principal principal,
X509Certificate[] certs,
Role roles) |
Modifier and Type | Interface and Description |
---|---|
interface |
CertificateIdentity
Represents an Identity using X509 certificates
|
interface |
CredentialIdentity<T>
An identity with credential
|
Modifier and Type | Interface and Description |
---|---|
interface |
KerberosIdentity<T>
Interface for a Kerberos based Identity
|
interface |
OpenIdIdentity<T>
Interface for a OpenID Identity
|
interface |
SAMLIdentity<T>
Interface for a SAML Identity
|
interface |
WSTrustIdentity<T>
Interface for a WS-Trust based Identity
|
Copyright © 2015 JBoss Inc.. All Rights Reserved.