Class AttributeConsumingService


  • public class AttributeConsumingService
    extends java.lang.Object
    AttributeConsumingService class of OneLogin's Java Toolkit. A class that stores AttributeConsumingService
    • Field Detail

      • serviceName

        private final java.lang.String serviceName
        Service Name
      • serviceDescription

        private final java.lang.String serviceDescription
        Service Description
      • requestedAttributes

        private final java.util.List<RequestedAttribute> requestedAttributes
        Requested Attributes
    • Constructor Detail

      • AttributeConsumingService

        public AttributeConsumingService​(java.lang.String serviceName,
                                         java.lang.String serviceDescription)
        Constructor
        Parameters:
        serviceName - String. Service Name
        serviceDescription - String. Service Description
    • Method Detail

      • addRequestedAttribute

        public final void addRequestedAttribute​(RequestedAttribute attr)
        Parameters:
        attr - RequestedAttribute. The requested attribute to be included
      • getServiceName

        public final java.lang.String getServiceName()
        Returns:
        string the service name
      • getServiceDescription

        public final java.lang.String getServiceDescription()
        Returns:
        string the service description
      • getRequestedAttributes

        public final java.util.List<RequestedAttribute> getRequestedAttributes()
        Returns:
        List the requested attributes