Uses of Class
org.technologybrewery.fermenter.stout.authz.AttributeValue
-
Packages that use AttributeValue Package Description org.technologybrewery.fermenter.stout.authz -
-
Uses of AttributeValue in org.technologybrewery.fermenter.stout.authz
Methods in org.technologybrewery.fermenter.stout.authz that return types with arguments of type AttributeValue Modifier and Type Method Description Collection<AttributeValue<?>>StoutAttributeProvider. getStoutAttributeByIdAndSubject(String id, String subject)Returns a request for a simple, Stout attribute by attribute id and subject.Collection<AttributeValue<?>>NoOpAttributePoint. getValueForAttribute(String attributeId, String subject)Collection<AttributeValue<?>>StoutAttributePoint. getValueForAttribute(String attributeId, String subject)Returns the valid for a specific attribute id.Methods in org.technologybrewery.fermenter.stout.authz with parameters of type AttributeValue Modifier and Type Method Description protected <AV extends org.ow2.authzforce.core.pdp.api.value.AttributeValue>
org.ow2.authzforce.core.pdp.api.value.SimpleValue<?>StoutAttributeProvider. convertRetrievedValueToXacmlFormat(org.ow2.authzforce.core.pdp.api.value.Datatype<AV> attributeDatatype, String id, String subject, AttributeValue<?> retrievedValue)
-