| Interface | Description |
|---|---|
| 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.
|
| KerberosToken |
This interface should be implemented by service providers that
want provide alternative AuthorizationToken implementations.
|
| PropagationToken |
This interface should be implemented by service providers that
want to provide alternative PropagationToken implementations.
|
| SingleSignonToken |
This interface should be implemented by service providers that
want provide alternative SingleSignonToken implementations.
|
| Token |
This interface should not be implemented directly but rather
one should implement either AuthenticationToken, AuthorizationToken,
SingleSignonToken or PropagationToken.
|
| ValidationResult |
This interface represents the successful result of validating an LTPA token.
|
| Class | Description |
|---|---|
| AttributeNameConstants |
This class is used for constants that support the security attribute
propagation feature.
|
| TokenHolder |
This class is used to temporarily hold the raw byte[], token name and
version that comes inbound from a protocol.
|
| WSOpaqueTokenHelper |
This class provides methods that serialize the Subject contents
on the sending end of a protocol and deserializes them on the
target end.
|
| WSSecurityPropagationHelper |
This class provides some propagation helper methods including
whether propagation is enabled or not.
|