Package | Description |
---|---|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
IPRangeAccessControl
Simple access control implementation based on IP address checking.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,AccessControl> |
BasicAccessControlService.policyMap
Map of named policies.
|
Modifier and Type | Method and Description |
---|---|
AccessControl |
DelegatingAccessControlService.getInstance(String name)
Get an
AccessControl instance matching a given name. |
AccessControl |
BasicAccessControlService.getInstance(String name)
Get an
AccessControl instance matching a given name. |
AccessControl |
AccessControlService.getInstance(String name)
Get an
AccessControl instance matching a given name. |
Modifier and Type | Method and Description |
---|---|
void |
BasicAccessControlService.setPolicyMap(Map<String,AccessControl> map)
Set the policies to store.
|
Copyright © 1999–2018. All rights reserved.