com.ibm.wsspi.security.token
Interface ValidationResult
- public interface ValidationResult
WSSecurityPropagationHelper.validateToken( byte[] token )
operation.
Since:
7.0.0
Version:
7.0.0
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getRealmFromUniqueId()
|
|
getUniqueId()
|
|
getUserFromUniqueId()
|
|
requiresLogin()
|
Method Detail
requiresLogin
- boolean requiresLogin()
Returns:
true if the result of validating the token indicates a JAAS login
is required.
getUniqueId
- java.lang.String getUniqueId()
Returns:
the WAS unique id obtained by validating the token
getUserFromUniqueId
- java.lang.String getUserFromUniqueId( )
Returns:
the WAS user id extracted from the WAS unique id.
getRealmFromUniqueId
- java.lang.String getRealmFromUniqueId( )
Returns:
the WAS realm name extracted from the WAS unique id.