Class DelegateBean
java.lang.Object
org.apache.wss4j.common.saml.bean.DelegateBean
Class DelegateBean represents a SAML 2.0 Delegate object. Only NameIDs are supported for now, not
BaseID or EncryptedIDs.
See:
http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-delegation-cs-01.pdf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod equals ...inthashCode()voidsetConfirmationMethod(String confirmationMethod) voidsetDelegationInstant(Instant delegationInstant) voidsetNameIDBean(NameIDBean nameIDBean)
-
Constructor Details
-
DelegateBean
public DelegateBean()
-
-
Method Details
-
getDelegationInstant
-
setDelegationInstant
-
getConfirmationMethod
-
setConfirmationMethod
-
getNameIDBean
-
setNameIDBean
-
equals
Method equals ... -
hashCode
public int hashCode()
-