Class AzActionImpl
java.lang.Object
org.glassfish.security.services.impl.common.AttributesImpl
org.glassfish.security.services.impl.authorization.AzAttributesImpl
org.glassfish.security.services.impl.authorization.AzActionImpl
- All Implemented Interfaces:
AzAction,AzAttributes,Attributes
-
Field Summary
-
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
-
AzActionImpl
Constructor- Parameters:
action- The represented action, null or "*" to represent all actions
-
-
Method Details