Module org.codelibs.saml2.core
Package org.codelibs.saml2.core.model
Class AttributeConsumingService
java.lang.Object
org.codelibs.saml2.core.model.AttributeConsumingService
AttributeConsumingService class of Java Toolkit.
A class that stores AttributeConsumingService
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeConsumingService(String serviceName, String serviceDescription) Constructor -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal List<RequestedAttribute> final Stringfinal String
-
Constructor Details
-
AttributeConsumingService
Constructor- Parameters:
serviceName- String. Service NameserviceDescription- String. Service Description
-
-
Method Details
-
addRequestedAttribute
- Parameters:
attr- RequestedAttribute. The requested attribute to be included
-
getServiceName
- Returns:
- string the service name
-
getServiceDescription
- Returns:
- string the service description
-
getRequestedAttributes
- Returns:
- List the requested attributes
-