A C D E F G I J L M N R S T U V 

A

acceptanceDate - Variable in class net.shibboleth.idp.tou.TOUAcceptance
The terms of use acceptance date.
acceptanceTable - Variable in class net.shibboleth.idp.tou.storage.JDBCStorage
The name of the terms of use acceptance table.

C

cacheManager - Variable in class net.shibboleth.idp.tou.storage.CacheStorage
The cache manager.
CacheStorage - Class in net.shibboleth.idp.tou.storage
Cache implementation.
CacheStorage() - Constructor for class net.shibboleth.idp.tou.storage.CacheStorage
 
contains(TOU) - Method in class net.shibboleth.idp.tou.TOUAcceptance
Checks if this terms of acceptance contains a specific terms of use.
containsToUAcceptance(String, String) - Method in class net.shibboleth.idp.tou.storage.CacheStorage
Checks if the storage contains a terms of use acceptance for a specific user.
containsToUAcceptance(String, String) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage
Checks if the storage contains a terms of use acceptance for a specific user.
containsToUAcceptance(String, String) - Method in interface net.shibboleth.idp.tou.storage.Storage
Checks if the storage contains a terms of use acceptance for a specific user.
createToUAcceptance(String, TOUAcceptance) - Method in class net.shibboleth.idp.tou.storage.CacheStorage
Creates a terms of use acceptance.
createToUAcceptance(String, TOUAcceptance) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage
Creates a terms of use acceptance.
createToUAcceptance(String, TOUAcceptance) - Method in interface net.shibboleth.idp.tou.storage.Storage
Creates a terms of use acceptance.
createToUAcceptance(TOU, DateTime) - Static method in class net.shibboleth.idp.tou.TOUAcceptance
Creates a terms of use acceptance.

D

determineAcceptance(TermsOfUseContext) - Method in class net.shibboleth.idp.tou.TermsOfUseEngineImpl
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.shibboleth.idp.tou.TOUServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.shibboleth.idp.tou.TOUServlet

E

emptyToUAcceptance() - Static method in class net.shibboleth.idp.tou.TOUAcceptance
Creates an empty terms of use acceptance.

F

findUserId(String, Collection<IdPAttribute>) - Static method in class net.shibboleth.idp.tou.TOUHelper
Searches the user identification attribute in the collection of released attributes and returns its value as user id.
fingerprint - Variable in class net.shibboleth.idp.tou.TOUAcceptance
The terms of use fingerpint.

G

getAcceptanceDate() - Method in class net.shibboleth.idp.tou.TOUAcceptance
Gets the acceptance date.
getFingerprint() - Method in class net.shibboleth.idp.tou.TOUAcceptance
Gets the fingerprint.
getRelyingParty(TermsOfUseContext) - Static method in class net.shibboleth.idp.tou.TOUHelper
Retrieves the entityId of the relying party.
getRequest(TermsOfUseContext) - Static method in class net.shibboleth.idp.tou.TOUHelper
Gets the HTTP request from the terms of use context.
getResponse(TermsOfUseContext) - Static method in class net.shibboleth.idp.tou.TOUHelper
Gets the HTTP response from the terms of use context.
getTermsOfUseContext(HttpServletRequest) - Static method in class net.shibboleth.idp.tou.TOUHelper
Gets the terms of use context from the HTTP request.
getText() - Method in class net.shibboleth.idp.tou.TOU
Gets the text of the terms of use.
getToUFingerprint(TOU) - Static method in class net.shibboleth.idp.tou.TOUHelper
Gets the terms of use fingerprint.
getToUForRelyingParty(Map<String, TOU>, String) - Static method in class net.shibboleth.idp.tou.TOUHelper
Retrieves the mapped TOU for a specific relying party.
getUserAttributes(TermsOfUseContext) - Static method in class net.shibboleth.idp.tou.TOUHelper
Retrieves the entityId of the relying party.
getVersion() - Method in class net.shibboleth.idp.tou.TOU
Gets the version of the terms of use.
getVersion() - Method in class net.shibboleth.idp.tou.TOUAcceptance
Gets the version.

I

initialize() - Method in class net.shibboleth.idp.tou.storage.CacheStorage
Initializes the cache storage.

J

JDBCStorage - Class in net.shibboleth.idp.tou.storage
JDBC implementation.
JDBCStorage() - Constructor for class net.shibboleth.idp.tou.storage.JDBCStorage
 
JDBCStorage.ToUAcceptanceMapper - Class in net.shibboleth.idp.tou.storage
TOUAcceptance row mapper.
JDBCStorage.ToUAcceptanceMapper() - Constructor for class net.shibboleth.idp.tou.storage.JDBCStorage.ToUAcceptanceMapper
 
jdbcTemplate - Variable in class net.shibboleth.idp.tou.storage.JDBCStorage
The JDBC template.

L

logger - Variable in class net.shibboleth.idp.tou.TermsOfUseEngineImpl
Class logger.
logger - Variable in class net.shibboleth.idp.tou.TOU
Class logger.
LOGGER - Static variable in class net.shibboleth.idp.tou.TOUHelper
Class logger.
logger - Variable in class net.shibboleth.idp.tou.TOUServlet
Class logger.

M

mapRow(ResultSet, int) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage.ToUAcceptanceMapper
 

N

net.shibboleth.idp.tou - package net.shibboleth.idp.tou
 
net.shibboleth.idp.tou.storage - package net.shibboleth.idp.tou.storage
 

R

readToUAcceptance(String, String) - Method in class net.shibboleth.idp.tou.storage.CacheStorage
Reads a terms of use acceptance.
readToUAcceptance(String, String) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage
Reads a terms of use acceptance.
readToUAcceptance(String, String) - Method in interface net.shibboleth.idp.tou.storage.Storage
Reads a terms of use acceptance.

S

serialVersionUID - Static variable in class net.shibboleth.idp.tou.TOUServlet
Serial version UID.
setDataSource(DataSource) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage
Sets the DataSource to use for this JDBCStorage instance.
Storage - Interface in net.shibboleth.idp.tou.storage
Storage interface for terms of use.
storage - Variable in class net.shibboleth.idp.tou.TermsOfUseEngineImpl
The Storage instance which is used.
storage - Variable in class net.shibboleth.idp.tou.TOUServlet
Configured storage.

T

TermsOfUseEngineImpl - Class in net.shibboleth.idp.tou
Implements TermsOfUseEngine.
TermsOfUseEngineImpl() - Constructor for class net.shibboleth.idp.tou.TermsOfUseEngineImpl
 
text - Variable in class net.shibboleth.idp.tou.TOU
The text of the terms of use.
TOU - Class in net.shibboleth.idp.tou
Represents the terms of use.
TOU(String, Resource) - Constructor for class net.shibboleth.idp.tou.TOU
Constructs terms of use.
tou - Variable in class net.shibboleth.idp.tou.TOUServlet
Configured terms of use.
TOUAcceptance - Class in net.shibboleth.idp.tou
Represents a terms of use acceptance.
TOUAcceptance(String, String, DateTime) - Constructor for class net.shibboleth.idp.tou.TOUAcceptance
Constructs a terms of use acceptance using version, fingerprint and an acceptance date.
TOUAcceptance(TOU, DateTime) - Constructor for class net.shibboleth.idp.tou.TOUAcceptance
Constructs a terms of use acceptance using a terms of use and an acceptance date.
touAcceptanceMapper - Variable in class net.shibboleth.idp.tou.storage.JDBCStorage
The terms of use acceptance mapper.
touAcceptancePartition - Variable in class net.shibboleth.idp.tou.storage.CacheStorage
The terms of use acceptance partition.
TOUHelper - Class in net.shibboleth.idp.tou
Terms of use helper class.
TOUHelper() - Constructor for class net.shibboleth.idp.tou.TOUHelper
Default constructor.
touMap - Variable in class net.shibboleth.idp.tou.TermsOfUseEngineImpl
A map of all configured ToUs.
TOUServlet - Class in net.shibboleth.idp.tou
Terms of use servlet controls UI interactions.
TOUServlet() - Constructor for class net.shibboleth.idp.tou.TOUServlet
 

U

updateToUAcceptance(String, TOUAcceptance) - Method in class net.shibboleth.idp.tou.storage.CacheStorage
Updates a terms of use acceptance.
updateToUAcceptance(String, TOUAcceptance) - Method in class net.shibboleth.idp.tou.storage.JDBCStorage
Updates a terms of use acceptance.
updateToUAcceptance(String, TOUAcceptance) - Method in interface net.shibboleth.idp.tou.storage.Storage
Updates a terms of use acceptance.
USERID_KEY - Static variable in class net.shibboleth.idp.tou.TOUServlet
Key used for the user id.
userIdAttribute - Variable in class net.shibboleth.idp.tou.TermsOfUseEngineImpl
The id of the IdPAttribute which should be used for user identification.

V

velocityEngine - Variable in class net.shibboleth.idp.tou.TOUServlet
Configured velocity engine.
version - Variable in class net.shibboleth.idp.tou.TOU
The version of the terms of use.
version - Variable in class net.shibboleth.idp.tou.TOUAcceptance
The terms of use version.
A C D E F G I J L M N R S T U V 

Copyright © 1999–2014. All rights reserved.