Class ExternalAuthenticationToken
java.lang.Object
de.businesscode.bcdui.subjectsettings.ExternalAuthenticationToken
- All Implemented Interfaces:
Serializable
,org.apache.shiro.authc.AuthenticationToken
- Direct Known Subclasses:
OAuthToken
public class ExternalAuthenticationToken
extends Object
implements org.apache.shiro.authc.AuthenticationToken
this token is used in conjunction to
AuthenticationFilter
which
authenticates a subject by any different scheme, i.e. SPNEGO- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
principal
-
-
Constructor Details
-
ExternalAuthenticationToken
-
ExternalAuthenticationToken
public ExternalAuthenticationToken()
-
-
Method Details
-
getCredentials
- Specified by:
getCredentials
in interfaceorg.apache.shiro.authc.AuthenticationToken
-
getPrincipal
- Specified by:
getPrincipal
in interfaceorg.apache.shiro.authc.AuthenticationToken
-