Class AnonymousToken

java.lang.Object
sonia.scm.security.AnonymousToken
All Implemented Interfaces:
Serializable, org.apache.shiro.authc.AuthenticationToken

public class AnonymousToken extends Object implements org.apache.shiro.authc.AuthenticationToken
See Also:
  • Constructor Details

    • AnonymousToken

      public AnonymousToken()
  • Method Details

    • getPrincipal

      public Object getPrincipal()
      Specified by:
      getPrincipal in interface org.apache.shiro.authc.AuthenticationToken
    • getCredentials

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