Class AzResourceImpl
java.lang.Object
org.glassfish.security.services.impl.common.AttributesImpl
org.glassfish.security.services.impl.authorization.AzAttributesImpl
org.glassfish.security.services.impl.authorization.AzResourceImpl
- All Implemented Interfaces:
AzAttributes,AzResource,Attributes
-
Field Summary
Fields inherited from interface org.glassfish.security.services.api.authorization.AzResource
NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.security.services.impl.authorization.AzAttributesImpl
getNameMethods inherited from class org.glassfish.security.services.impl.common.AttributesImpl
addAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.security.services.api.common.Attributes
addAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValuesMethods inherited from interface org.glassfish.security.services.api.authorization.AzAttributes
getName
-
Constructor Details
-
AzResourceImpl
Constructor- Parameters:
resource- The represented resource- Throws:
IllegalArgumentException- Given resource was null
-
-
Method Details
-
getUri
Determines the URI representing this resource.- Specified by:
getUriin interfaceAzResource- Returns:
- The URI representing this resource., never null.
-
toString
Determines the URI used to initialize this resource.
-