Class ExternalAuthenticationToken
- java.lang.Object
-
- de.businesscode.bcdui.subjectsettings.ExternalAuthenticationToken
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.shiro.authc.AuthenticationToken
- Direct Known Subclasses:
OAuthToken
public class ExternalAuthenticationToken extends java.lang.Object implements org.apache.shiro.authc.AuthenticationToken
this token is used in conjuction toAuthenticationFilter
which authenticates a subject by any different scheme, i.e. SPNEGO- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
principal
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticationToken()
ExternalAuthenticationToken(java.lang.String principal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCredentials()
java.lang.Object
getPrincipal()
-