org.apache.axis2.security.trust.impl
Class SCTIssuerConfig

java.lang.Object
  extended byorg.apache.axis2.security.trust.impl.SCTIssuerConfig

public class SCTIssuerConfig
extends Object

SCTIssuer Configuration processor


Field Summary
static QName ADD_REQUESTED_ATTACHED_REF
           
static QName ADD_REQUESTED_UNATTACHED_REF
           
protected  boolean addRequestedAttachedRef
           
protected  boolean addRequestedUnattachedRef
           
protected  String cryptoPropertiesFile
           
protected  String proofTokenType
           
static QName SCT_ISSUER_CONFIG
           
static String SCT_ISSUER_CONFIG_PARAM
           
 
Constructor Summary
SCTIssuerConfig(org.apache.axiom.om.OMElement elem)
           
 
Method Summary
static SCTIssuerConfig load(org.apache.axiom.om.OMElement elem)
           
static SCTIssuerConfig load(String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCT_ISSUER_CONFIG

public static final QName SCT_ISSUER_CONFIG

ADD_REQUESTED_ATTACHED_REF

public static final QName ADD_REQUESTED_ATTACHED_REF

ADD_REQUESTED_UNATTACHED_REF

public static final QName ADD_REQUESTED_UNATTACHED_REF

SCT_ISSUER_CONFIG_PARAM

public static final String SCT_ISSUER_CONFIG_PARAM
See Also:
Constant Field Values

proofTokenType

protected String proofTokenType

cryptoPropertiesFile

protected String cryptoPropertiesFile

addRequestedAttachedRef

protected boolean addRequestedAttachedRef

addRequestedUnattachedRef

protected boolean addRequestedUnattachedRef
Constructor Detail

SCTIssuerConfig

public SCTIssuerConfig(org.apache.axiom.om.OMElement elem)
                throws TrustException
Method Detail

load

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

load

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