Uses of Interface
com.ibm.sec.authz.jaccplus.IAttributesHandler

Packages that use IAttributesHandler
com.ibm.sec.authz.jaccplus This document is the API specification for JACCPlus. 
com.ibm.sec.authz.jaccplus.impl   
 

Uses of IAttributesHandler in com.ibm.sec.authz.jaccplus
 

Methods in com.ibm.sec.authz.jaccplus with parameters of type IAttributesHandler
 void ApplicationAttributes.registerHandler(IAttributesHandler handler)
          Method used to register an IAttributesHandler to retrieve all attributes it supports.
 void ApplicationAttributes.registerHandler(java.lang.String attributeId, IAttributesHandler handler)
          Method used to register a particular IAttributesHandler to retrieve a specific attribute identifier.
 

Uses of IAttributesHandler in com.ibm.sec.authz.jaccplus.impl
 

Classes in com.ibm.sec.authz.jaccplus.impl that implement IAttributesHandler
 class AbstractRoleHandler
          Abstract class used as a base for handlers that retrieve the names of Role attributes.
 class AbstractSubjectHandler
          Abstract class used as a base for handlers that retrieve the names of Subject attributes.
 class ApplicationRoleHandler
          This class is used to retrieve the names of role attributes.
 class ApplicationSubjectHandler
          This class is an instance of AttributesHandler that can be used to retrieve the Subject attributes when running outside of a WAS container.
 



Copyright © 2009 IBM Corp. All Rights Reserved.