Class AzSubjectImpl
java.lang.Object
org.glassfish.security.services.impl.common.AttributesImpl
org.glassfish.security.services.impl.authorization.AzAttributesImpl
org.glassfish.security.services.impl.authorization.AzSubjectImpl
- All Implemented Interfaces:
AzAttributes,AzSubject,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
-
AzSubjectImpl
Constructor- Parameters:
subject- The represented subject- Throws:
IllegalArgumentException- Given subject was null
-
-
Method Details
-
getSubject
Determines therepresented by this AzSubject.Subject- Specified by:
getSubjectin interfaceAzSubject- Returns:
- The represented Subject.
-
toString
-