com.ibm.sec.authz.jaccplus.impl
Class SubjectApplicationAttributes
java.lang.Object
com.ibm.sec.authz.jaccplus.ApplicationAttributes
com.ibm.sec.authz.jaccplus.impl.SubjectApplicationAttributes
public class SubjectApplicationAttributes
- extends ApplicationAttributes
This class extends the ApplicationAttributes
and is used as a container specifically for
SubjectAttributes objects. It can have any number of handlers registered and can then be registered
for retrieval and use against a single container type handler.
By default the following handlers are registered:
registerHandler("urn:oasis:names:tc:xacml:1.0:subject:subject-id", ApplicationSubjectHandler.INSTANCE);
registerHandler("urn:oasis:names:tc:xacml:1.0:subject:group-id", ApplicationSubjectHandler.INSTANCE);
registerHandler("urn:oasis:names:tc:xacml:2.0:subject:role", ApplicationRoleHandler.INSTANCE);
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBJECT_ATTRIBUTES
public static final java.lang.String SUBJECT_ATTRIBUTES
- See Also:
- Constant Field Values
SubjectApplicationAttributes
public SubjectApplicationAttributes()
Copyright © 2009 IBM Corp. All Rights Reserved.