public class SamlAttributeGenerator extends Object implements IAttributeGenerator<org.opensaml.saml2.core.Attribute>
| Constructor and Description |
|---|
SamlAttributeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml2.core.Attribute |
buildEmptyAttribute(String friendlyName,
String name) |
org.opensaml.saml2.core.Attribute |
buildIntegerAttribute(String friendlyName,
String name,
int value) |
org.opensaml.saml2.core.Attribute |
buildLongAttribute(String friendlyName,
String name,
long value) |
org.opensaml.saml2.core.Attribute |
buildStringAttribute(String friendlyName,
String name,
String value) |
public org.opensaml.saml2.core.Attribute buildStringAttribute(String friendlyName, String name, String value)
buildStringAttribute in interface IAttributeGenerator<org.opensaml.saml2.core.Attribute>public org.opensaml.saml2.core.Attribute buildIntegerAttribute(String friendlyName, String name, int value)
buildIntegerAttribute in interface IAttributeGenerator<org.opensaml.saml2.core.Attribute>public org.opensaml.saml2.core.Attribute buildEmptyAttribute(String friendlyName, String name)
buildEmptyAttribute in interface IAttributeGenerator<org.opensaml.saml2.core.Attribute>public org.opensaml.saml2.core.Attribute buildLongAttribute(String friendlyName, String name, long value)
buildLongAttribute in interface IAttributeGenerator<org.opensaml.saml2.core.Attribute>Copyright © 2017. All rights reserved.