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 javax.xml.namespace.QName ISSUER_NAME
           
protected  java.lang.String issuerKeyAlias
           
protected  java.lang.String issuerKeyPassword
           
protected  java.lang.String issuerName
           
static javax.xml.namespace.QName SAML_ISSUER_CONFIG
          The QName of the configuration element of the SAMLTokenIssuer
protected  java.util.Map trustedServices
           
protected  java.lang.String trustStorePropFile
           
static javax.xml.namespace.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(java.lang.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 javax.xml.namespace.QName SAML_ISSUER_CONFIG
The QName of the configuration element of the SAMLTokenIssuer


USE_SAML_ATTRIBUTE_STATEMENT

public static final javax.xml.namespace.QName USE_SAML_ATTRIBUTE_STATEMENT

ISSUER_NAME

public static final javax.xml.namespace.QName ISSUER_NAME

issuerKeyAlias

protected java.lang.String issuerKeyAlias

issuerKeyPassword

protected java.lang.String issuerKeyPassword

issuerName

protected java.lang.String issuerName

trustedServices

protected java.util.Map trustedServices

trustStorePropFile

protected java.lang.String trustStorePropFile
Method Detail

load

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

load

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


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.