|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents credentials received during service invocation on the server side. It can be used by authorization, auditing, etc.
Field Summary | |
static int |
DELEGATION_MODE_COMPOSITE_DELEGATION
|
static int |
DELEGATION_MODE_NO_DELEGATION
Constants returned by the getDelegationMode method. |
static int |
DELEGATION_MODE_SIMPLE_DELEGATION
|
static int |
DELEGATION_STATE_DELEGATE
|
static int |
DELEGATION_STATE_INITIATOR
Constants returned by the getDelegationState method. |
Fields inherited from interface org.idoox.security.Credentials |
AUTH_STATUS_EXPIRED, AUTH_STATUS_INCOMPLETE, AUTH_STATUS_SUCCESS |
Method Summary | |
Credentials |
getAcceptingCredentials()
Returns server side credentials which were used for target authentication to the client |
int |
getDelegationMode()
Returns delegation mode for this instance |
int |
getDelegationState()
Returns delegation state for this instance |
Methods inherited from interface org.idoox.security.Credentials |
getAcceptingOptionsRequired, getAcceptingOptionsSupported, getAuthenticationStatus, getInvocationOptionsRequired, getInvocationOptionsSupported, getProviderName, getSubject, setAcceptingOptionsRequired, setAcceptingOptionsSupported, setInvocationOptionsRequired, setInvocationOptionsSupported |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Field Detail |
public static final int DELEGATION_STATE_INITIATOR
getDelegationState
method.
public static final int DELEGATION_STATE_DELEGATE
public static final int DELEGATION_MODE_NO_DELEGATION
getDelegationMode
method.
public static final int DELEGATION_MODE_SIMPLE_DELEGATION
public static final int DELEGATION_MODE_COMPOSITE_DELEGATION
Method Detail |
public Credentials getAcceptingCredentials()
public int getDelegationState()
public int getDelegationMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |