Interface Summary |
SingleSignonToken | This interface should be implemented by service providers that
want provide alternative SingleSignonToken implementations. |
AuthenticationToken | This interface should be implemented by service providers that
want provide alternative AuthenticationToken implementations. |
AuthorizationToken | This interface should be implemented by service providers that
want provide alternative AuthorizationToken implementations. |
Token | This interface should not be implemented directly but rather
one should implement either AuthenticationToken, AuthorizationToken,
SingleSignonToken or PropagationToken. |
PropagationToken | This interface should be implemented by service providers that
want to provide alternative PropagationToken implementations. |