Class 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 Detail

      • WebswingAuthenticationInfo

        public WebswingAuthenticationInfo​(org.apache.shiro.subject.PrincipalCollection principalCollection,
                                          Object credentials)
    • Method Detail

      • getPrincipals

        public org.apache.shiro.subject.PrincipalCollection getPrincipals()
        Specified by:
        getPrincipals in interface org.apache.shiro.authc.AuthenticationInfo
      • getCredentials

        public Object getCredentials()
        Specified by:
        getCredentials in interface org.apache.shiro.authc.AuthenticationInfo