org.jboss.security.identity.extensions
Class CredentialIdentityFactory

java.lang.Object
  extended by org.jboss.security.identity.extensions.CredentialIdentityFactory

public class CredentialIdentityFactory
extends java.lang.Object

Factory to create Credential Identity

Since:
Feb 25, 2008
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Constructor Summary
CredentialIdentityFactory()
           
 
Method Summary
static CredentialIdentity createIdentity(java.security.Principal principal, java.lang.Object cred)
           
static CredentialIdentity createIdentity(java.security.Principal principal, java.lang.Object cred, Role roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialIdentityFactory

public CredentialIdentityFactory()
Method Detail

createIdentity

public static CredentialIdentity createIdentity(java.security.Principal principal,
                                                java.lang.Object cred)

createIdentity

public static CredentialIdentity createIdentity(java.security.Principal principal,
                                                java.lang.Object cred,
                                                Role roles)


Copyright © 2008 JBoss Inc.. All Rights Reserved.