|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |