A C D E F G H I L M N O P R S T U V

A

AbstractRestDelegationService - Class in nl.surfnet.coin.shindig.spi
Base class for classes that delegate the functionality to a REST endpoint (e.g.
AbstractRestDelegationService() - Constructor for class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
ActivityServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of ActivityService based on hibernate
ActivityServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
AppDataServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of AppDataService
AppDataServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
authorizeToken(OAuthEntry, String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 

C

CoinActivityService - Interface in nl.surfnet.coin.shindig.spi
This interface is an extension on the shinding ActivityService.
CoinAuthenticationFilter - Class in nl.surfnet.coin.shindig.shiro
 
CoinAuthenticationFilter() - Constructor for class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
 
CoinGuiceModule - Class in nl.surfnet.coin.shindig.spi
AbstractModule that binds the custom implementation of the Shindig spi interfaces.
CoinGuiceModule() - Constructor for class nl.surfnet.coin.shindig.spi.CoinGuiceModule
Constructor
CoinOAuthDataStore - Class in nl.surfnet.coin.shindig.oauth
OAuthDataStore that retrieves the values from EngineBlock

Usage scenario: coin container is the oauth provider (oauth data are stored here, e.g.

CoinOAuthDataStore() - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
CoinOAuthModule - Class in nl.surfnet.coin.shindig.oauth
Replacement for the OAuthModule .
CoinOAuthModule() - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthModule
 
CoinOAuthServlet - Class in nl.surfnet.coin.shindig.oauth
Coin OAuth Servlet extends SampleOAuthServlet.
CoinOAuthServlet() - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
 
CoinOAuthStore - Class in nl.surfnet.coin.shindig.oauth
OAuthStore that retrieves the consumer_key, consumer_secret and key_type from the Engine Block

Usage scenario: coin container is the oauth consumer (oauth data are stored elsewhere, this container tries to fetch data from e.g.

CoinOAuthStore(String, String, TokenInfoService, String, String, ErrorMessageMailer) - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthStore
 
CoinOAuthStoreProvider - Class in nl.surfnet.coin.shindig.oauth
Singleton Provider for CoinOAuthStore
CoinOAuthStoreProvider(String, String, String, String) - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthStoreProvider
 
CoinOAuthTokenInfo - Class in nl.surfnet.coin.shindig.oauth
Domain object to store OAuthStore.TokenInfo objects in the database
CoinOAuthTokenInfo() - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
CoinOAuthTokenInfo(SecurityToken, String, String, OAuthStore.TokenInfo) - Constructor for class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
CoinShiroRealm - Class in nl.surfnet.coin.shindig.shiro
 
CoinShiroRealm() - Constructor for class nl.surfnet.coin.shindig.shiro.CoinShiroRealm
 
CoinVoFilter - Class in nl.surfnet.coin.shindig.oauth
Responsible for rewriting the URL: grabbing the vo part and turning this into a query parameter
CoinVoFilter() - Constructor for class nl.surfnet.coin.shindig.oauth.CoinVoFilter
 
configure() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthModule
 
configure() - Method in class nl.surfnet.coin.shindig.protocol.DiyPropertiesModule
 
configure() - Method in class nl.surfnet.coin.shindig.protocol.PropertiesModule
 
configure() - Method in class nl.surfnet.coin.shindig.spi.CoinGuiceModule
 
configure() - Method in class nl.surfnet.coin.shindig.spi.SecureSocialApiGuiceModule
ContextEnvironment - Class in nl.surfnet.coin.shindig.protocol
Provides information about the context of the application/environement
ContextEnvironment() - Constructor for class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
convertToAccessToken(OAuthEntry) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
createActivity(UserId, GroupId, String, Set<String>, Activity, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
createMessage(UserId, String, String, Message, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
createToken(ServletRequest, ServletResponse) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
This method creates the authentication token with the user name & password.

D

DEFAULT_ERROR_KEY_ATTRIBUTE_NAME - Static variable in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
 
deleteActivities(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
deleteCoinOAuthTokenInfo(String, String, String, String, String) - Method in interface nl.surfnet.coin.shindig.spi.TokenInfoService
 
deleteCoinOAuthTokenInfo(String, String, String, String, String) - Method in class nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
 
deleteMessageCollection(UserId, String, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
deleteOAuthEntry(String) - Method in interface nl.surfnet.coin.shindig.spi.OAuthEntryService
 
deleteOAuthEntry(String) - Method in class nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
 
deletePersonData(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
destroy() - Method in class nl.surfnet.coin.shindig.oauth.CoinVoFilter
 
disableToken(OAuthEntry) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
DiyPropertiesModule - Class in nl.surfnet.coin.shindig.protocol
Injects everything from the a property file as a Named value Uses the coin-shindig.properties file
DiyPropertiesModule() - Constructor for class nl.surfnet.coin.shindig.protocol.DiyPropertiesModule
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.surfnet.coin.shindig.oauth.CoinVoFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.shindig.servlet.StatusPageServlet
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class nl.surfnet.coin.shindig.shiro.CoinShiroRealm
 
doGetAuthorizationInfo(PrincipalCollection) - Method in class nl.surfnet.coin.shindig.shiro.CoinShiroRealm
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
 

E

executeHttpGet(String) - Method in class nl.surfnet.coin.shindig.servlet.StatusPageServlet
Execute a Http GET
executeHttpGet(String) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
Execute a Http GET

F

findActivityByGroups(Group, int, int) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
findActivityByGroups(Group, int, int) - Method in interface nl.surfnet.coin.shindig.spi.CoinActivityService
Find Activity sorted on date by Group

G

generateRequestToken(String, String, String, String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
get() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStoreProvider
 
getAccessToken() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getActivities(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
getActivities(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
getActivity(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
getAppId() - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
getAppUrl() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getBaseSocialApiUrl() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
getCoinOAuthTokenInfo(String, String, String, String, String) - Method in interface nl.surfnet.coin.shindig.spi.TokenInfoService
 
getCoinOAuthTokenInfo(String, String, String, String, String) - Method in class nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
 
getConsumer(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
getConsumerKeyAndSecret(SecurityToken, String, OAuthServiceProvider) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStore
 
getContainerName() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
getContext() - Static method in class nl.surfnet.coin.shindig.spi.CoinGuiceModule
 
getData() - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
getEntry(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
getEnvironment() - Method in class nl.surfnet.coin.shindig.servlet.StatusPageServlet
 
getEnvironment() - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
getErrorMessageMailer() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStoreProvider
 
getFailureKeyAttribute() - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
 
getGroups(UserId, CollectionOptions, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.GroupServiceImpl
 
getGroupService() - Method in class nl.surfnet.coin.shindig.servlet.StatusPageServlet
Get the GroupService from the CoinGuiceModule
getHandlers() - Method in class nl.surfnet.coin.shindig.spi.SecureSocialApiGuiceModule
Hook to provide a Set of request handlers.
getHttpClient() - Method in class nl.surfnet.coin.shindig.protocol.HttpClientProvider
 
getId() - Method in class nl.surfnet.coin.shindig.model.PersistentUrl
 
getId() - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
getId() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
getModuleId() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getOAuthEntry(String) - Method in interface nl.surfnet.coin.shindig.spi.OAuthEntryService
 
getOAuthEntry(String) - Method in class nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
 
getObjectMapper() - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
getPeople(Set<UserId>, GroupId, CollectionOptions, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
getPerson(UserId, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
getPersonData(Set<UserId>, GroupId, String, Set<String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
getPersonId() - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
getPersonService() - Method in class nl.surfnet.coin.shindig.servlet.StatusPageServlet
Get the PersonService from the CoinGuiceModule
getRemoteUser(ServletRequest) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
Hook for subclasses to override the shibboleth default behaviour
getSecurityTokenForConsumerRequest(String, String, OAuthConsumer) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
getServiceName() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getServiceProviderContext(SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
getSessionHandle() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getShibbolethAuthenticationUrlSuffix() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
getShibbolethDummyUser() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
getShindigBaseUrl() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
getTokenExpireMillis() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStore
 
getTokenInfoService() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStoreProvider
 
getTokenName() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getTokenSecret() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getUserId() - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
getVirtualOrganizationContext() - Static method in class nl.surfnet.coin.shindig.oauth.CoinVoFilter
Non-idempotent getter for the VO context.
getVirtualOrganizationContext(SecurityToken, CollectionOptions) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
getVoMetadataPrefix() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
GroupServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of shindig GroupService connecting to the EngineBlock PHP endpoint
GroupServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.GroupServiceImpl
 

H

HttpClientProvider - Class in nl.surfnet.coin.shindig.protocol
Responsible for configuring httpClient
HttpClientProvider() - Constructor for class nl.surfnet.coin.shindig.protocol.HttpClientProvider
Constructor

I

invariant(Set<UserId>, GroupId) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if there are userIds to identify
invariant(Set<UserId>, GroupId, String) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if there are userIds to identify
invariant(UserId, GroupId) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if there are userIds to identify
invariant(GroupId) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
We only support GroupId.Type.groupId
invariant(UserId) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if the userId is valid
invariant(Set<UserId>) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if the userIds are valid
invariant(Set<UserId>, boolean) - Method in class nl.surfnet.coin.shindig.spi.OpenSocialValidator
Check if the userIds are valid
isDummyMode() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
isLoginSubmission(ServletRequest, ServletResponse) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
This default implementation merely returns true if the request is an HTTP POST, false otherwise.
isMessagePostprocessingEnabled() - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 

L

logApiCall(SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 

M

MessageServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of the OpenSocial MessageService spec
MessageServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
MessageStatusUserType - Class in nl.surfnet.coin.shindig.hibernate
Hibernate UserType for Message.Status
MessageStatusUserType() - Constructor for class nl.surfnet.coin.shindig.hibernate.MessageStatusUserType
 
MessageTypeUserType - Class in nl.surfnet.coin.shindig.hibernate
Hibernate UserType for Message.Type
MessageTypeUserType() - Constructor for class nl.surfnet.coin.shindig.hibernate.MessageTypeUserType
 
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
MODULE_ID - Static variable in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 

N

nl.surfnet.coin.shindig.hibernate - package nl.surfnet.coin.shindig.hibernate
 
nl.surfnet.coin.shindig.model - package nl.surfnet.coin.shindig.model
 
nl.surfnet.coin.shindig.oauth - package nl.surfnet.coin.shindig.oauth
 
nl.surfnet.coin.shindig.protocol - package nl.surfnet.coin.shindig.protocol
 
nl.surfnet.coin.shindig.servlet - package nl.surfnet.coin.shindig.servlet
 
nl.surfnet.coin.shindig.shiro - package nl.surfnet.coin.shindig.shiro
 
nl.surfnet.coin.shindig.spi - package nl.surfnet.coin.shindig.spi
 

O

OAuthEntryService - Interface in nl.surfnet.coin.shindig.spi
Service for storing and retrieving OAuthEntry instances
OAuthEntryServiceImpl - Class in nl.surfnet.coin.shindig.spi
 
OAuthEntryServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
 
onAccessDenied(ServletRequest, ServletResponse) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
The method that is called when an access request is denied because for instance a user is not logged in.
onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
The function that is triggerd on login Failure
onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
The method that is called on login success, so that the issuer can go to the original page
OpenSocialValidator - Class in nl.surfnet.coin.shindig.spi
Responsible for validating Id's for OpenSocial queries.
OpenSocialValidator() - Constructor for class nl.surfnet.coin.shindig.spi.OpenSocialValidator
 

P

PersistentUrl - Class in nl.surfnet.coin.shindig.model
a Url that can be persisted by means of a unique key
PersistentUrl() - Constructor for class nl.surfnet.coin.shindig.model.PersistentUrl
 
PersonAppData - Class in nl.surfnet.coin.shindig.model
Model class containing the additional - free format - data for Person .
PersonAppData() - Constructor for class nl.surfnet.coin.shindig.model.PersonAppData
 
PersonServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of shindig PersonService connecting to the EngineBlock PHP endpoint
PersonServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
PropertiesModule - Class in nl.surfnet.coin.shindig.protocol
Injects everything from the a property file as a Named value Uses the coin-shindig.properties file
PropertiesModule() - Constructor for class nl.surfnet.coin.shindig.protocol.PropertiesModule
 

R

removeToken(OAuthEntry) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
removeToken(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStore
 

S

saveCoinOAuthTokenInfo(CoinOAuthTokenInfo) - Method in interface nl.surfnet.coin.shindig.spi.TokenInfoService
 
saveCoinOAuthTokenInfo(CoinOAuthTokenInfo) - Method in class nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
 
saveOAuthEntry(OAuthEntry) - Method in interface nl.surfnet.coin.shindig.spi.OAuthEntryService
 
saveOAuthEntry(OAuthEntry) - Method in class nl.surfnet.coin.shindig.spi.OAuthEntryServiceImpl
 
SecureSocialApiGuiceModule - Class in nl.surfnet.coin.shindig.spi
SocialApiGuiceModule that overrides the AnonymousAuthenticationHandler.ALLOW_UNAUTHENTICATED property to false We would like to extends SocialApiGuiceModule and call super.configure, but Guice does not permit bindig the same thing twice.
SecureSocialApiGuiceModule() - Constructor for class nl.surfnet.coin.shindig.spi.SecureSocialApiGuiceModule
 
setAccessToken(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setAppId(String) - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
setAppUrl(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setBaseSocialApiUrl(String) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setData(Map<String, String>) - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
setDataStore(OAuthDataStore) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
 
setDummyMode(boolean) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setEnvironment(ContextEnvironment) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
setEnvironment(ContextEnvironment) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
setEnvironment(ContextEnvironment) - Method in class nl.surfnet.coin.shindig.spi.MessageServiceImpl
 
setErrorMessageMailer(ErrorMessageMailer) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthDataStore
 
setErrorMessageMailer(ErrorMessageMailer) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
setErrorMessageMailer(ErrorMessageMailer) - Method in class nl.surfnet.coin.shindig.spi.GroupServiceImpl
 
setErrorMessageMailer(ErrorMessageMailer) - Method in class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
setFailureAttribute(ServletRequest, AuthenticationException) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
Set the reason for the authentication failure
setFailureKeyAttribute(String) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
 
setGroupService(GroupService) - Method in class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
setHttpClientProvider(HttpClientProvider) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
setId(Long) - Method in class nl.surfnet.coin.shindig.model.PersistentUrl
 
setId(Long) - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
setId(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setLoginUrl(String) - Method in class nl.surfnet.coin.shindig.shiro.CoinAuthenticationFilter
 
setLogService(ApiCallLogService) - Method in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 
setMessagePostprocessingEnabled(boolean) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setModuleId(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setOpenSocialId(OpenSocialValidator) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
setOpenSocialId(OpenSocialValidator) - Method in class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
setOpenSocialId(OpenSocialValidator) - Method in class nl.surfnet.coin.shindig.spi.PersonServiceImpl
 
setPersonId(String) - Method in class nl.surfnet.coin.shindig.model.PersonAppData
 
setPersonService(PersonService) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
setServiceName(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setSessionFactory(SessionFactory) - Method in class nl.surfnet.coin.shindig.spi.ActivityServiceImpl
 
setSessionFactory(SessionFactory) - Method in class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
setSessionFactory(SessionFactory) - Method in class nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
 
setSessionHandle(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setShibbolethAuthenticationUrlSuffix(String) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setShibbolethDummyUser(String) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setShindigBaseUrl(String) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
setTokenExpireMillis(long) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String, OAuthStore.TokenInfo) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthStore
 
setTokenName(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setTokenSecret(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setUserId(String) - Method in class nl.surfnet.coin.shindig.oauth.CoinOAuthTokenInfo
 
setVoMetadataPrefix(String) - Method in class nl.surfnet.coin.shindig.protocol.ContextEnvironment
 
StatusPageServlet - Class in nl.surfnet.coin.shindig.servlet
 
StatusPageServlet() - Constructor for class nl.surfnet.coin.shindig.servlet.StatusPageServlet
 

T

TokenInfoService - Interface in nl.surfnet.coin.shindig.spi
Service for storing and retrieving CoinOAuthTokenInfo instances
TokenInfoServiceImpl - Class in nl.surfnet.coin.shindig.spi
Implementation of TokenInfoService based on hibernate
TokenInfoServiceImpl() - Constructor for class nl.surfnet.coin.shindig.spi.TokenInfoServiceImpl
 

U

updatePersonData(UserId, GroupId, String, Set<String>, Map<String, String>, SecurityToken) - Method in class nl.surfnet.coin.shindig.spi.AppDataServiceImpl
 
UTF_8 - Static variable in class nl.surfnet.coin.shindig.spi.AbstractRestDelegationService
 

V

VIRTUAL_ORGANIZATION - Static variable in class nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
 

A C D E F G H I L M N O P R S T U V

Copyright © 2007-2012. All Rights Reserved.