| Package | Description |
|---|---|
| net.shibboleth.idp.tou |
| Modifier and Type | Field and Description |
|---|---|
private TOU |
TOUServlet.tou
Configured terms of use.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,TOU> |
TermsOfUseEngineImpl.touMap
A map of all configured ToUs.
|
| Modifier and Type | Method and Description |
|---|---|
static TOU |
TOUHelper.getToUForRelyingParty(Map<String,TOU> touMap,
String entityId)
Retrieves the mapped
TOU for a specific relying party. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TOUAcceptance.contains(TOU tou)
Checks if this terms of acceptance contains a specific terms of use.
|
static TOUAcceptance |
TOUAcceptance.createToUAcceptance(TOU tou,
DateTime acceptanceDate)
Creates a terms of use acceptance.
|
static String |
TOUHelper.getToUFingerprint(TOU tou)
Gets the terms of use fingerprint.
|
| Modifier and Type | Method and Description |
|---|---|
static TOU |
TOUHelper.getToUForRelyingParty(Map<String,TOU> touMap,
String entityId)
Retrieves the mapped
TOU for a specific relying party. |
| Constructor and Description |
|---|
TOUAcceptance(TOU tou,
DateTime acceptanceDate)
Constructs a terms of use acceptance using a terms of use and an acceptance date.
|
Copyright © 1999–2014. All rights reserved.