public class CredentialIdentityFactory extends IdentityFactory
| Modifier and Type | Field and Description |
|---|---|
static CredentialIdentity |
NULL_IDENTITY
An empty identity
|
| Modifier | Constructor and Description |
|---|---|
protected |
CredentialIdentityFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CredentialIdentity<Object> |
createIdentity(Principal principal,
Object cred) |
static CredentialIdentity<Object> |
createIdentity(Principal principal,
Object cred,
Role roles) |
static CredentialIdentityFactory |
getInstance() |
getFactory, getIdentity, getIdentitypublic static final CredentialIdentity NULL_IDENTITY
public static CredentialIdentityFactory getInstance()
public static CredentialIdentity<Object> createIdentity(Principal principal, Object cred)
public static CredentialIdentity<Object> createIdentity(Principal principal, Object cred, Role roles)
Copyright © 2018 JBoss by Red Hat. All rights reserved.