com.cafesoft.cams.oblig
Interface Effect

All Known Implementing Classes:
StandardEffect

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.

Since:
9/22/2004

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

ACCESS_CONTROL_EFFECT_TYPE

static final String ACCESS_CONTROL_EFFECT_TYPE
A constant that defines the Access Control Effect Type.

See Also:
Constant Field Values

AUTHENTICATION_EFFECT_TYPE

static final String AUTHENTICATION_EFFECT_TYPE
A constant that defines the Authentication Effect Type.

Since:
1.4
See Also:
Constant Field Values
Method Detail

getType

String getType()
Get the type.

Returns:
the type.

getStatus

int getStatus()
Get the status code.

Returns:
the status code.

getReason

int getReason()
Get the reason code.

Returns:
the reason code.


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.