public class LocalSessionContext extends Object
| Constructor and Description |
|---|
LocalSessionContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
Map<String,Object> |
getNotes() |
Principal |
getPrincipal() |
List<org.apache.catalina.SessionListener> |
getSessionListeners() |
void |
setAuthType(String authType) |
void |
setPrincipal(Principal principal) |
public String getAuthType()
public void setAuthType(String authType)
public Principal getPrincipal()
public void setPrincipal(Principal principal)
public List<org.apache.catalina.SessionListener> getSessionListeners()
Copyright © 2017 JBoss by Red Hat. All rights reserved.