Class WebswingAuthenticationInfo
- java.lang.Object
-
- org.webswing.server.services.security.WebswingAuthenticationInfo
-
- All Implemented Interfaces:
Serializable,org.apache.shiro.authc.AuthenticationInfo
public class WebswingAuthenticationInfo extends Object implements org.apache.shiro.authc.AuthenticationInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebswingAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection principalCollection, Object credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCredentials()org.apache.shiro.subject.PrincipalCollectiongetPrincipals()
-
-
-
Constructor Detail
-
WebswingAuthenticationInfo
public WebswingAuthenticationInfo(org.apache.shiro.subject.PrincipalCollection principalCollection, Object credentials)
-
-
Method Detail
-
getPrincipals
public org.apache.shiro.subject.PrincipalCollection getPrincipals()
- Specified by:
getPrincipalsin interfaceorg.apache.shiro.authc.AuthenticationInfo
-
getCredentials
public Object getCredentials()
- Specified by:
getCredentialsin interfaceorg.apache.shiro.authc.AuthenticationInfo
-
-