Package org.apache.rahas.impl
Class AbstractIssuerConfig
java.lang.Object
org.apache.rahas.impl.AbstractIssuerConfig
- Direct Known Subclasses:
SAMLTokenIssuerConfig,SCTIssuerConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe key computation policy when clien't entropy is provided -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNameprotected booleanprotected booleanstatic final QNamestatic final QNameElement name to include the crypto properties used to load the information used securing the responseprotected org.apache.axiom.om.OMElementprotected org.apache.axiom.om.OMElementprotected Stringprotected intprotected intstatic final QNameprotected Stringstatic final QNamestatic final QNameprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementorg.apache.axiom.om.OMElementintintlonggetTtl()booleanbooleanvoidsetAddRequestedAttachedRef(boolean addRequestedAttachedRef) voidsetAddRequestedUnattachedRef(boolean addRequestedUnattachedRef) voidsetKeyComputation(int keyComputation) voidsetKeySize(int keySize) voidsetProofKeyType(String proofKeyType) voidsetTtl(long ttl)
-
Field Details
-
ADD_REQUESTED_ATTACHED_REF
-
ADD_REQUESTED_UNATTACHED_REF
-
PROOF_KEY_TYPE
-
CRYPTO_PROPERTIES
Element name to include the crypto properties used to load the information used securing the response -
CRYPTO
-
PROVIDER
-
PROPERTY
-
keyComputation
protected int keyComputation -
proofKeyType
-
addRequestedAttachedRef
protected boolean addRequestedAttachedRef -
addRequestedUnattachedRef
protected boolean addRequestedUnattachedRef -
ttl
protected long ttl -
cryptoPropertiesFile
-
cryptoPropertiesElement
protected org.apache.axiom.om.OMElement cryptoPropertiesElement -
cryptoElement
protected org.apache.axiom.om.OMElement cryptoElement -
keySize
protected int keySize
-
-
Constructor Details
-
AbstractIssuerConfig
public AbstractIssuerConfig()
-
-
Method Details
-
setAddRequestedAttachedRef
public void setAddRequestedAttachedRef(boolean addRequestedAttachedRef) -
setAddRequestedUnattachedRef
public void setAddRequestedUnattachedRef(boolean addRequestedUnattachedRef) -
setKeyComputation
public void setKeyComputation(int keyComputation) -
getKeyComputation
public int getKeyComputation() -
setProofKeyType
-
setTtl
public void setTtl(long ttl) -
setKeySize
public void setKeySize(int keySize) -
getKeySize
public int getKeySize() -
getProofKeyType
-
isAddRequestedAttachedRef
public boolean isAddRequestedAttachedRef() -
isAddRequestedUnattachedRef
public boolean isAddRequestedUnattachedRef() -
getTtl
public long getTtl() -
getCryptoPropertiesFile
-
getCryptoPropertiesElement
public org.apache.axiom.om.OMElement getCryptoPropertiesElement() -
getCryptoElement
public org.apache.axiom.om.OMElement getCryptoElement()
-