Uses of Class
com.onelogin.saml2.model.RequestedAttribute
-
Packages that use RequestedAttribute Package Description com.onelogin.saml2.model -
-
Uses of RequestedAttribute in com.onelogin.saml2.model
Fields in com.onelogin.saml2.model with type parameters of type RequestedAttribute Modifier and Type Field Description private java.util.List<RequestedAttribute>AttributeConsumingService. requestedAttributesRequested AttributesMethods in com.onelogin.saml2.model that return types with arguments of type RequestedAttribute Modifier and Type Method Description java.util.List<RequestedAttribute>AttributeConsumingService. getRequestedAttributes()Methods in com.onelogin.saml2.model with parameters of type RequestedAttribute Modifier and Type Method Description voidAttributeConsumingService. addRequestedAttribute(RequestedAttribute attr)
-