public class SAMLAttributeCallback extends Object implements SAMLCallback
ATTR_CALLBACK, NAME_IDENTIFIER_CALLBACK| Constructor and Description |
|---|
SAMLAttributeCallback(RahasData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributes(org.opensaml.saml2.core.Attribute attr)
Overloaded method to support SAML2
|
void |
addAttributes(org.opensaml.SAMLAttribute attribute) |
org.opensaml.SAMLAttribute[] |
getAttributes() |
int |
getCallbackType()
Returns the type of callback
|
RahasData |
getData() |
org.opensaml.saml2.core.Attribute[] |
getSAML2Attributes()
Get the array of SAML2 attributes.
|
public SAMLAttributeCallback(RahasData data)
public int getCallbackType()
SAMLCallbackgetCallbackType in interface SAMLCallbackpublic void addAttributes(org.opensaml.SAMLAttribute attribute)
public void addAttributes(org.opensaml.saml2.core.Attribute attr)
attr - public org.opensaml.saml2.core.Attribute[] getSAML2Attributes()
public org.opensaml.SAMLAttribute[] getAttributes()
public RahasData getData()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.