|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Effect
Effect defines the interface representing the result of
a security service request. It provides a general way to access the
status code and reason code for a general Cams service response and
is used to evaluate whether or not one or more Obligations
must be fulfilled by an agent.
| Field Summary | |
|---|---|
static String |
ACCESS_CONTROL_EFFECT_TYPE
A constant that defines the Access Control Effect Type. |
static String |
AUTHENTICATION_EFFECT_TYPE
A constant that defines the Authentication Effect Type. |
| Method Summary | |
|---|---|
int |
getReason()
Get the reason code. |
int |
getStatus()
Get the status code. |
String |
getType()
Get the type. |
| Field Detail |
|---|
static final String ACCESS_CONTROL_EFFECT_TYPE
static final String AUTHENTICATION_EFFECT_TYPE
| Method Detail |
|---|
String getType()
int getStatus()
int getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||