Class DelegateBean
- java.lang.Object
-
- org.apache.wss4j.common.saml.bean.DelegateBean
-
public class DelegateBean extends Object
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 Constructor Description DelegateBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Method equals ...StringgetConfirmationMethod()InstantgetDelegationInstant()NameIDBeangetNameIDBean()inthashCode()voidsetConfirmationMethod(String confirmationMethod)voidsetDelegationInstant(Instant delegationInstant)voidsetNameIDBean(NameIDBean nameIDBean)
-
-
-
Method Detail
-
getDelegationInstant
public Instant getDelegationInstant()
-
setDelegationInstant
public void setDelegationInstant(Instant delegationInstant)
-
getConfirmationMethod
public String getConfirmationMethod()
-
setConfirmationMethod
public void setConfirmationMethod(String confirmationMethod)
-
getNameIDBean
public NameIDBean getNameIDBean()
-
setNameIDBean
public void setNameIDBean(NameIDBean nameIDBean)
-
equals
public boolean equals(Object o)
Method equals ...
-
-