public class IdentityFactory extends Object
Constructor and Description |
---|
IdentityFactory() |
Modifier and Type | Method and Description |
---|---|
static IdentityFactory |
getFactory(IdentityType type) |
static Identity |
getIdentity(Principal principal,
Object credential) |
static Identity |
getIdentity(Principal principal,
X509Certificate[] certs,
Role roles) |
public static IdentityFactory getFactory(IdentityType type)
public static Identity getIdentity(Principal principal, X509Certificate[] certs, Role roles)
Copyright © 2016 JBoss by Red Hat. All rights reserved.