org.jboss.security.identity.extensions
Class CredentialIdentityFactory
java.lang.Object
org.jboss.security.identity.IdentityFactory
org.jboss.security.identity.extensions.CredentialIdentityFactory
public class CredentialIdentityFactory
- extends IdentityFactory
Factory to create Credential Identity
- Since:
- Feb 25, 2008
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CredentialIdentityFactory
protected CredentialIdentityFactory()
getInstance
public static CredentialIdentityFactory getInstance()
createIdentity
public static CredentialIdentity<Object> createIdentity(Principal principal,
Object cred)
createIdentity
public static CredentialIdentity<Object> createIdentity(Principal principal,
Object cred,
Role roles)
Copyright © 2012 JBoss Inc.. All Rights Reserved.