|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.securitydomain.SecurityDomainChecker
public abstract class SecurityDomainChecker
Constructor Summary | |
---|---|
SecurityDomainChecker()
|
Method Summary | |
---|---|
boolean |
acceptSyncFolder(java.lang.String reourceConfigId,
java.lang.String resourceType,
java.lang.String node)
|
void |
cellDomainMapped(java.lang.Object session,
java.lang.Object cfgService)
notify plugins when a cell-wide domain is assigned |
boolean |
handleResource(java.lang.String resourceType)
|
boolean |
validateResource(java.lang.String resourceName,
java.lang.String resourceType)
|
boolean |
validateResource(java.lang.String resourceName,
java.lang.String resourceType,
java.lang.Object session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityDomainChecker()
Method Detail |
---|
public boolean handleResource(java.lang.String resourceType)
resourceType
- for example the string SIBus
public boolean validateResource(java.lang.String resourceName, java.lang.String resourceType) throws com.ibm.wsspi.security.securitydomain.SecurityDomainValidationException
resourceName
- name of the resource
(example: Cell=cellName:Node=nodeName:Server=serverNameresourceType
- for example the string SIBus
com.ibm.wsspi.security.securitydomain.SecurityDomainValidationException
public boolean validateResource(java.lang.String resourceName, java.lang.String resourceType, java.lang.Object session) throws com.ibm.wsspi.security.securitydomain.SecurityDomainValidationException
resourceName
- name of the resource
(example: Cell=cellName:Node=nodeName:Server=serverNameresourceType
- for example the string SIBussession
- object from the current command session
com.ibm.wsspi.security.securitydomain.SecurityDomainValidationException
public boolean acceptSyncFolder(java.lang.String reourceConfigId, java.lang.String resourceType, java.lang.String node)
resourceConfigId
- as formatted in domain-security-map.xml
(example: cells/cellName/nodes/nodeName/servers/serverName)resourceType
- e.g, SIBus, or Server, etc.node
- The name of the node being synchronized
public void cellDomainMapped(java.lang.Object session, java.lang.Object cfgService) throws java.lang.Exception
notify plugins when a cell-wide domain is assigned
java.lang.Exception
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |