org.opensaml
Class SAMLIdentifierFactory

java.lang.Object
  extended by org.opensaml.SAMLIdentifierFactory

public class SAMLIdentifierFactory
extends Object

Factory for the SAMLIdentifier interface

Author:
Scott Cantor

Constructor Summary
SAMLIdentifierFactory()
           
 
Method Summary
static SAMLIdentifier getInstance()
          Obtains a default provider of the SAMLIdentifier interface
static SAMLIdentifier getInstance(String provider)
          Obtains a specific provider of the SAMLIdentifier interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLIdentifierFactory

public SAMLIdentifierFactory()
Method Detail

getInstance

public static SAMLIdentifier getInstance()
Obtains a default provider of the SAMLIdentifier interface

Returns:
The SAMLIdentifier provider

getInstance

public static SAMLIdentifier getInstance(String provider)
                                  throws NoSuchProviderException
Obtains a specific provider of the SAMLIdentifier interface

Returns:
The SAMLIdentifier provider
Throws:
NoSuchProviderException - Raised if an error occurs while obtaining an instance of the interface


Copyright ? 2005 UCAID. All Rights Reserved.