public class GisSecurityRealm extends Object implements org.securityfilter.realm.FlexibleRealmInterface, org.securityfilter.realm.ExternalAuthenticatedRealm
| Constructor and Description |
|---|
GisSecurityRealm() |
| Modifier and Type | Method and Description |
|---|---|
Principal |
authenticate(org.securityfilter.filter.SecurityRequestWrapper request) |
Principal |
authenticate(String username,
String password) |
protected static GisPrincipal |
authenticateFake(String username) |
static GisPrincipal |
authenticateHttp(String location,
String username,
String password,
String code) |
static String |
createCapabilitiesURL(String code) |
Principal |
getAuthenticatedPrincipal(String username) |
Principal |
getAuthenticatedPrincipal(String username,
String password) |
boolean |
isUserInRole(Principal principal,
String rolename) |
public Principal authenticate(org.securityfilter.filter.SecurityRequestWrapper request)
authenticate in interface org.securityfilter.realm.FlexibleRealmInterfacepublic Principal getAuthenticatedPrincipal(String username, String password)
getAuthenticatedPrincipal in interface org.securityfilter.realm.ExternalAuthenticatedRealmpublic boolean isUserInRole(Principal principal, String rolename)
isUserInRole in interface org.securityfilter.realm.SecurityRealmInterfaceprotected static GisPrincipal authenticateFake(String username)
public static GisPrincipal authenticateHttp(String location, String username, String password, String code)
public Principal authenticate(String username, String password)
authenticate in interface org.securityfilter.realm.SecurityRealmInterfaceCopyright © 2015. All rights reserved.