|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.gt4Plus.pip.EnvironmentPIP
public class EnvironmentPIP
Constructor Summary | |
---|---|
EnvironmentPIP()
Creates a new instance of EnvironmentPIP |
Method Summary | |
---|---|
void |
close()
this method is not used. |
NonRequestEntities |
collectAttributes(RequestEntities requestAttr)
this method is used to collect action attributes and passes into a RequestEntities object. |
void |
collectRequestAttributes(RequestEntities requestEntities)
this method is used to collect action attributes and passes into a RequestEntities object. |
void |
initialize(java.lang.String chainName,
java.lang.String prefix,
ChainConfig config)
this method is used to initialise the Environment PIP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentPIP()
Method Detail |
---|
public void collectRequestAttributes(RequestEntities requestEntities) throws AttributeException
requestEntities
- is the RequestEntities object.
AttributeException
public NonRequestEntities collectAttributes(RequestEntities requestAttr) throws AttributeException
requestEntities
- is the RequestEntities object.
AttributeException
public void initialize(java.lang.String chainName, java.lang.String prefix, ChainConfig config) throws InitializeException
chainName
- denotes the service name, which is protected by the PIP.prefix
- denotes the scope of the Environment PIP.config
- passes the properties which are configured in the security descriptor
InitializeException
public void close() throws CloseException
CloseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |