| Package | Description |
|---|---|
| dashboard.domain | |
| dashboard.shibboleth | |
| dashboard.util |
| Modifier and Type | Method and Description |
|---|---|
Map<ShibbolethHeader,List<String>> |
CoinUser.getAttributeMap()
Map of user attributes, key as String, value Object
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoinUser.addAttribute(ShibbolethHeader key,
List<String> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoinUser.setAttributeMap(Map<ShibbolethHeader,List<String>> attributeMap) |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ShibbolethHeader> |
ShibbolethPreAuthenticatedProcessingFilter.shibHeaders |
| Modifier and Type | Method and Description |
|---|---|
static ShibbolethHeader |
ShibbolethHeader.findByValue(String value) |
static ShibbolethHeader |
ShibbolethHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShibbolethHeader[] |
ShibbolethHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AttributeMapFilter.ServiceAttribute> |
AttributeMapFilter.filterAttributes(Map<String,List<String>> serviceAttributes,
Map<ShibbolethHeader,List<String>> userAttributes) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.