public class WhoAmI extends Object
Constructor and Description |
---|
WhoAmI(org.apache.shiro.subject.Subject subject) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAuthnContextClasses() |
Map<String,SortedSet<String>> |
getClaims() |
String |
getDisplayName() |
String |
getEmail() |
String |
getExpiresIn() |
String |
getIssuer() |
String |
getName() |
Date |
getNotBefore() |
Date |
getNotOnOrAfter() |
boolean |
isGuest() |
public String getName()
public String getDisplayName()
public String getEmail()
public String getIssuer()
public Date getNotOnOrAfter()
public Date getNotBefore()
public String getExpiresIn()
public boolean isGuest()
This work is licensed under a Creative Commons Attribution 4.0 International License.