org.opensaml
Class SAMLIdentifierFactory
java.lang.Object
org.opensaml.SAMLIdentifierFactory
public class SAMLIdentifierFactory
- extends Object
Factory for the SAMLIdentifier interface
- Author:
- Scott Cantor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLIdentifierFactory
public SAMLIdentifierFactory()
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.