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
public final class AzActionImpl extends AzAttributesImpl implements AzAction
-
-
Constructor Summary
Constructors Constructor Description AzActionImpl(String action)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Determines the action represented as a string.StringtoString()Determines the represented action, "*" represents all actions-
Methods inherited from class org.glassfish.security.services.impl.authorization.AzAttributesImpl
getName
-
Methods inherited from class org.glassfish.security.services.impl.common.AttributesImpl
addAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.glassfish.security.services.api.common.Attributes
addAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValues
-
Methods inherited from interface org.glassfish.security.services.api.authorization.AzAttributes
getName
-
-
-
-
Constructor Detail
-
AzActionImpl
public AzActionImpl(String action)
Constructor- Parameters:
action- The represented action, null or "*" to represent all actions
-
-
Method Detail
-
getAction
public String getAction()
Determines the action represented as a string.- Specified by:
getActionin interfaceAzAction- Returns:
- The represented action, null represents all actions
- See Also:
AzAction.getAction()
-
-