Java org.apache.shiro.authc AuthenticationToken fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.authc AuthenticationToken fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.authc AuthenticationToken.

The text is from its open source code.

Implementation

org.apache.shiro.authc.AuthenticationToken has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ObjectgetCredentials()
Returns the credentials submitted by the user during the authentication process that verifies the submitted #getPrincipal() account identity .
ObjectgetPrincipal()
Returns the account identity submitted during the authentication process.