org.apache.rahas.impl
Class AbstractIssuerConfig

java.lang.Object
  extended byorg.apache.rahas.impl.AbstractIssuerConfig
Direct Known Subclasses:
SAMLTokenIssuerConfig, SCTIssuerConfig

public abstract class AbstractIssuerConfig
extends java.lang.Object


Nested Class Summary
static class AbstractIssuerConfig.KeyComputation
          The key computation policy when clien't entropy is provided
 
Field Summary
static javax.xml.namespace.QName ADD_REQUESTED_ATTACHED_REF
           
static javax.xml.namespace.QName ADD_REQUESTED_UNATTACHED_REF
           
protected  boolean addRequestedAttachedRef
           
protected  boolean addRequestedUnattachedRef
           
static javax.xml.namespace.QName CRYPTO
           
static javax.xml.namespace.QName CRYPTO_PROPERTIES
          Element name to include the crypto properties used to load the information used securing the response
protected  org.apache.axiom.om.OMElement cryptoPropertiesElement
           
protected  java.lang.String cryptoPropertiesFile
           
protected  int keyComputation
           
protected  int keySize
           
static javax.xml.namespace.QName PROOF_KEY_TYPE
           
protected  java.lang.String proofKeyType
           
protected  long ttl
           
 
Constructor Summary
AbstractIssuerConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_REQUESTED_ATTACHED_REF

public static final javax.xml.namespace.QName ADD_REQUESTED_ATTACHED_REF

ADD_REQUESTED_UNATTACHED_REF

public static final javax.xml.namespace.QName ADD_REQUESTED_UNATTACHED_REF

PROOF_KEY_TYPE

public static final javax.xml.namespace.QName PROOF_KEY_TYPE

CRYPTO_PROPERTIES

public static final javax.xml.namespace.QName CRYPTO_PROPERTIES
Element name to include the crypto properties used to load the information used securing the response


CRYPTO

public static final javax.xml.namespace.QName CRYPTO

keyComputation

protected int keyComputation

proofKeyType

protected java.lang.String proofKeyType

addRequestedAttachedRef

protected boolean addRequestedAttachedRef

addRequestedUnattachedRef

protected boolean addRequestedUnattachedRef

ttl

protected long ttl

cryptoPropertiesFile

protected java.lang.String cryptoPropertiesFile

cryptoPropertiesElement

protected org.apache.axiom.om.OMElement cryptoPropertiesElement

keySize

protected int keySize
Constructor Detail

AbstractIssuerConfig

public AbstractIssuerConfig()


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