org.apache.rahas.impl
Class SAMLTokenIssuerConfig

java.lang.Object
  extended byorg.apache.rahas.impl.AbstractIssuerConfig
      extended byorg.apache.rahas.impl.SAMLTokenIssuerConfig

public class SAMLTokenIssuerConfig
extends AbstractIssuerConfig

Configuration manager for the SAMLTokenIssuer

See Also:
SAMLTokenIssuer

Nested Class Summary
 
Nested classes inherited from class org.apache.rahas.impl.AbstractIssuerConfig
AbstractIssuerConfig.KeyComputation
 
Field Summary
static QName ISSUER_NAME
           
protected  String issuerKeyAlias
           
protected  String issuerKeyPassword
           
protected  String issuerName
           
static QName SAML_ISSUER_CONFIG
          The QName of the configuration element of the SAMLTokenIssuer
protected  Map trustedServices
           
protected  String trustStorePropFile
           
static QName USE_SAML_ATTRIBUTE_STATEMENT
           
 
Fields inherited from class org.apache.rahas.impl.AbstractIssuerConfig
ADD_REQUESTED_ATTACHED_REF, ADD_REQUESTED_UNATTACHED_REF, addRequestedAttachedRef, addRequestedUnattachedRef, CRYPTO, CRYPTO_PROPERTIES, cryptoPropertiesElement, cryptoPropertiesFile, keyComputation, keySize, PROOF_KEY_TYPE, proofKeyType, ttl
 
Method Summary
static SAMLTokenIssuerConfig load(org.apache.axiom.om.OMElement elem)
           
static SAMLTokenIssuerConfig load(String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAML_ISSUER_CONFIG

public static final QName SAML_ISSUER_CONFIG
The QName of the configuration element of the SAMLTokenIssuer


USE_SAML_ATTRIBUTE_STATEMENT

public static final QName USE_SAML_ATTRIBUTE_STATEMENT

ISSUER_NAME

public static final QName ISSUER_NAME

issuerKeyAlias

protected String issuerKeyAlias

issuerKeyPassword

protected String issuerKeyPassword

issuerName

protected String issuerName

trustedServices

protected Map trustedServices

trustStorePropFile

protected String trustStorePropFile
Method Detail

load

public static SAMLTokenIssuerConfig load(org.apache.axiom.om.OMElement elem)
                                  throws TrustException
Throws:
TrustException

load

public static SAMLTokenIssuerConfig load(String configFilePath)
                                  throws TrustException
Throws:
TrustException