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 class
The key computation policy when clien't entropy is provided -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final QName
protected boolean
protected boolean
static final QName
static final QName
Element name to include the crypto properties used to load the information used securing the responseprotected org.apache.axiom.om.OMElement
protected org.apache.axiom.om.OMElement
protected String
protected int
protected int
static final QName
protected String
static final QName
static final QName
protected long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElement
org.apache.axiom.om.OMElement
int
int
long
getTtl()
boolean
boolean
void
setAddRequestedAttachedRef
(boolean addRequestedAttachedRef) void
setAddRequestedUnattachedRef
(boolean addRequestedUnattachedRef) void
setKeyComputation
(int keyComputation) void
setKeySize
(int keySize) void
setProofKeyType
(String proofKeyType) void
setTtl
(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()
-