| Constructor and Description |
|---|
GisPrincipal(String name,
List roles) |
GisPrincipal(String name,
String password,
String code,
nl.b3p.wms.capabilities.ServiceProvider sp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static GisPrincipal |
getGisPrincipal(javax.servlet.http.HttpServletRequest request) |
String |
getName() |
String |
getPassword() |
Set |
getRoles() |
nl.b3p.wms.capabilities.ServiceProvider |
getSp() |
boolean |
isInRole(String role) |
void |
setCode(String code) |
void |
setSp(nl.b3p.wms.capabilities.ServiceProvider sp) |
String |
toString() |
public static final String URL_AUTH
public String getPassword()
public String getCode()
public void setCode(String code)
public boolean isInRole(String role)
public Set getRoles()
public String toString()
public nl.b3p.wms.capabilities.ServiceProvider getSp()
public void setSp(nl.b3p.wms.capabilities.ServiceProvider sp)
public static GisPrincipal getGisPrincipal(javax.servlet.http.HttpServletRequest request)
Copyright © 2016. All rights reserved.