|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rahas.impl.util.SAMLAttributeCallback
public class SAMLAttributeCallback
| Field Summary |
|---|
| Fields inherited from interface org.apache.rahas.impl.util.SAMLCallback |
|---|
ATTR_CALLBACK, NAME_IDENTIFIER_CALLBACK |
| Constructor Summary | |
|---|---|
SAMLAttributeCallback(RahasData data)
|
|
| Method Summary | |
|---|---|
void |
addAttributes(org.opensaml.saml1.core.Attribute attribute)
Add SAML1 attribute. |
void |
addAttributes(org.opensaml.saml2.core.Attribute attribute)
Overloaded method to support SAML2 |
org.opensaml.saml1.core.Attribute[] |
getAttributes()
Get SAML2 attribute |
int |
getCallbackType()
Returns the type of callback |
RahasData |
getData()
|
org.opensaml.saml2.core.Attribute[] |
getSAML2Attributes()
Get the array of SAML2 attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMLAttributeCallback(RahasData data)
| Method Detail |
|---|
public int getCallbackType()
SAMLCallback
getCallbackType in interface SAMLCallbackpublic void addAttributes(org.opensaml.saml1.core.Attribute attribute)
attribute - SAML1 attributepublic void addAttributes(org.opensaml.saml2.core.Attribute attribute)
attribute - SAML2 attribute.public org.opensaml.saml2.core.Attribute[] getSAML2Attributes()
public org.opensaml.saml1.core.Attribute[] getAttributes()
public RahasData getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||