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<java.lang.Object> createIdentity(java.security.Principal principal,
java.lang.Object cred)
createIdentity
public static CredentialIdentity<java.lang.Object> createIdentity(java.security.Principal principal,
java.lang.Object cred,
Role roles)
Copyright © 2008 JBoss Inc.. All Rights Reserved.