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

A

AbstractApiController - Class in nl.surfnet.coin.api
 
AbstractApiController() - Constructor for class nl.surfnet.coin.api.AbstractApiController
 
ACCESS_TOKEN_INSERT_STATEMENT - Static variable in class nl.surfnet.coin.api.oauth.OpenConextOauth2JdbcTokenStore
 
AccessConfirmationController - Class in nl.surfnet.coin.api.controller
Controller for retrieving the model for and displaying the confirmation page for access to a protected resource.
AccessConfirmationController() - Constructor for class nl.surfnet.coin.api.controller.AccessConfirmationController
 
AccessTokenRequestOption - Enum in nl.surfnet.coin.api.playground
The different ways to obtain an AccessToken (see http://tools.ietf.org/html/draft-ietf-oauth-v2-26#section-4.1.3)
addApiCallLogInfo(ApiCallLog) - Method in class nl.surfnet.coin.api.ApiController
Hook for subclasses to change the log record
addApiCallLogInfo(ApiCallLog) - Method in class nl.surfnet.coin.api.MockApiController
Hook for subclasses to change the log record
addGroup(Group20) - Method in class nl.surfnet.coin.api.ConfigurableApiController
 
addGroup(Group20) - Method in interface nl.surfnet.coin.api.service.ConfigurableGroupProvider
 
addGroup(Group20) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
addPerson(Person) - Method in class nl.surfnet.coin.api.ConfigurableApiController
 
addPerson(Person) - Method in interface nl.surfnet.coin.api.service.ConfigurableGroupProvider
 
addPerson(Person) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
addPersonToGroup(String, String) - Method in class nl.surfnet.coin.api.ConfigurableApiController
 
addPersonToGroup(String, String) - Method in interface nl.surfnet.coin.api.service.ConfigurableGroupProvider
 
addPersonToGroup(String, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
addUrnPartForGrouper(List<GroupProvider>, Group20Entry) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Add to all the groups the conext urn part for grouper
addUrnPartForGrouper(List<GroupProvider>, Group20Entry) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
addUrnPartForGrouper(List<GroupProvider>, Group20Entry) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
afterPropertiesSet() - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 
ApiController - Class in nl.surfnet.coin.api
We wildcard all RequestMapping with ':.+' (see http://stackoverflow.com /questions/3526523/spring-mvc-pathvariable-getting-truncated)
ApiController() - Constructor for class nl.surfnet.coin.api.ApiController
 
ApiSettings - Class in nl.surfnet.coin.api.playground
Backing form object for all OAuth calls from the Test Framework
ApiSettings() - Constructor for class nl.surfnet.coin.api.playground.ApiSettings
 
ApiSettings(String) - Constructor for class nl.surfnet.coin.api.playground.ApiSettings
 
assertionConsumer() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
assertionConsumerUri() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
authenticate(Authentication) - Method in class nl.surfnet.coin.api.basic.MockBasicAuthenticationManager
 
authenticate(Response) - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
authenticate(Authentication) - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationManager
 

C

certificateStore() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
ClientMetaData - Interface in nl.surfnet.coin.api.oauth
Interface of information about an OAuth1/2 client.
ClientMetaDataHolder - Class in nl.surfnet.coin.api.oauth
Holds a reference to the ClientMetaData to be accessed in different parts of the flow.
ClientMetaDataHolder() - Constructor for class nl.surfnet.coin.api.oauth.ClientMetaDataHolder
 
ClientMetaDataPreAuthenticatedGrantedAuthoritiesUserDetailsService - Class in nl.surfnet.coin.api.oauth
PreAuthenticatedGrantedAuthoritiesUserDetailsService that create UserDetails that compass the details of the Janus metadata
ClientMetaDataPreAuthenticatedGrantedAuthoritiesUserDetailsService() - Constructor for class nl.surfnet.coin.api.oauth.ClientMetaDataPreAuthenticatedGrantedAuthoritiesUserDetailsService
 
ClientMetaDataPrincipal - Class in nl.surfnet.coin.api.oauth
Principal returned by SAMLAssertionAuthenticationFilter that is stored as a blob in the oauth1_tokens table for access (when we need to enforce SP GroupProvider ACL's)
ClientMetaDataPrincipal(String) - Constructor for class nl.surfnet.coin.api.oauth.ClientMetaDataPrincipal
 
ClientMetaDataTokenEnhancer - Class in nl.surfnet.coin.api.oauth
TokenEnhancer that stores the ClientMetaData within the Authentication object
ClientMetaDataTokenEnhancer() - Constructor for class nl.surfnet.coin.api.oauth.ClientMetaDataTokenEnhancer
 
ClientMetaDataUser - Class in nl.surfnet.coin.api.oauth
Encapsulated the ClientMetaData from Janus
ClientMetaDataUser(String, String, boolean, boolean, boolean, boolean, Collection<? extends GrantedAuthority>, ClientMetaData) - Constructor for class nl.surfnet.coin.api.oauth.ClientMetaDataUser
See User.User(String, String, boolean, boolean, boolean, boolean, Collection)
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class nl.surfnet.coin.api.oauth.Http401UnauthorizedEntryPoint
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationEntryPoint
 
ConfigurableApi10a - Class in nl.surfnet.coin.api.playground
DefaultApi10a that is run-time configurable
ConfigurableApi10a(String, String, String) - Constructor for class nl.surfnet.coin.api.playground.ConfigurableApi10a
 
ConfigurableApi20 - Class in nl.surfnet.coin.api.playground
 
ConfigurableApi20(String, String, boolean) - Constructor for class nl.surfnet.coin.api.playground.ConfigurableApi20
 
ConfigurableApiController - Class in nl.surfnet.coin.api
Controller for the mock REST interface..
ConfigurableApiController() - Constructor for class nl.surfnet.coin.api.ConfigurableApiController
 
ConfigurableGroupProvider - Interface in nl.surfnet.coin.api.service
Interface for GroupProviders that can be configured
ConfigurableOAuth10aServiceImpl - Class in nl.surfnet.coin.api.playground
Because of poor extensibility we copied the OAuth10aServiceImpl from srcibe to display the in-between-steps and to add info during the process to the DefaultApi10a.
ConfigurableOAuth10aServiceImpl(DefaultApi10a, OAuthConfig) - Constructor for class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
Default constructor
ConfigurableOAuth20ServiceImpl - Class in nl.surfnet.coin.api.playground
Because of poor extensibility we copied the OAuth20ServiceImpl from srcibe to display the in-between-steps.
ConfigurableOAuth20ServiceImpl(DefaultApi20, OAuthConfig) - Constructor for class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
Default constructor
ConfigurableTokenServicesUserApprovalHandler - Class in nl.surfnet.coin.api.oauth
TokenServicesUserApprovalHandler that can skip consent based on the metadata of the sp
ConfigurableTokenServicesUserApprovalHandler() - Constructor for class nl.surfnet.coin.api.oauth.ConfigurableTokenServicesUserApprovalHandler
 
convertLdapProperties(Person, Attributes) - Method in class nl.surfnet.coin.ldap.LdapClientImpl
 
createGroup() - Static method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
createRequesterID(String) - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationEntryPoint
Simple builder
createService(OAuthConfig) - Method in class nl.surfnet.coin.api.playground.ConfigurableApi10a
 
createService(OAuthConfig) - Method in class nl.surfnet.coin.api.playground.ConfigurableApi20
 
createuserDetails(Authentication, Collection<? extends GrantedAuthority>) - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataPreAuthenticatedGrantedAuthoritiesUserDetailsService
 
CustomMappingJacksonHttpMessageConverter - Class in nl.surfnet.coin.util
Class for making customizations to the ObjectMapper
CustomMappingJacksonHttpMessageConverter() - Constructor for class nl.surfnet.coin.util.CustomMappingJacksonHttpMessageConverter
 
cutOffUrnPartForGrouper(List<GroupProvider>, String) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Strip the urn part off the groupId
cutOffUrnPartForGrouper(List<GroupProvider>, String) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
cutOffUrnPartForGrouper(List<GroupProvider>, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 

D

destroy() - Method in class nl.surfnet.coin.api.filter.ResponseHeaderAddingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.surfnet.coin.api.filter.ResponseHeaderAddingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.surfnet.coin.api.saml.SAMLAssertionAuthenticationFilter
 

E

enforceARP(Person, ARP) - Method in class nl.surfnet.coin.api.service.PersonARPEnforcer
Mangle a given Person using the given ARP.
engineBlock - Variable in class nl.surfnet.coin.api.ApiController
 
EngineBlock - Interface in nl.surfnet.coin.eb
Abstraction for EngineBlock including the datbase contents
EngineBlockImpl - Class in nl.surfnet.coin.eb
 
EngineBlockImpl() - Constructor for class nl.surfnet.coin.eb.EngineBlockImpl
 
enhance(OAuth2AccessToken, OAuth2Authentication) - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataTokenEnhancer
 
entityId() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
extractSamlResponse(HttpServletRequest) - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 

F

findPerson(String) - Method in interface nl.surfnet.coin.ldap.LdapClient
Find the Person in the LDAP.
findPerson(String) - Method in class nl.surfnet.coin.ldap.LdapClientImpl
Find the Person in the LDAP.
findPerson(String) - Method in class nl.surfnet.coin.ldap.MockLdapClientImpl
 
findPersons(Collection<String>) - Method in interface nl.surfnet.coin.ldap.LdapClient
Find the Persons in the LDAP.
findPersons(Collection<String>) - Method in class nl.surfnet.coin.ldap.LdapClientImpl
 
findPersons(Collection<String>) - Method in class nl.surfnet.coin.ldap.MockLdapClientImpl
 

G

getAccessConfirmation(HttpServletRequest, AuthorizationRequest) - Method in class nl.surfnet.coin.api.controller.AccessConfirmationController
 
getAccessConfirmation(HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.controller.Oauth1AccessConfirmationController
 
getAccessToken(Token, Verifier) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
getAccessToken(Response) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
 
getAccessToken(Token, Verifier) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
getAccessTokenEndPoint() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getAccessTokenEndpoint() - Method in class nl.surfnet.coin.api.playground.ConfigurableApi10a
 
getAccessTokenEndpoint() - Method in class nl.surfnet.coin.api.playground.ConfigurableApi20
 
getAccessTokenEndPoint2() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getAccessTokenExtractor() - Method in class nl.surfnet.coin.api.playground.ConfigurableApi20
 
getAccessTokenFromResponse(Response) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getAccessTokenRequest(Token, Verifier) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getAccessTokenRequestOption() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getAccessTokenResponse(OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getAccessTokenValiditySeconds() - Method in class nl.surfnet.coin.api.oauth.OpenConextClientDetails
 
getAccessTokenVerb() - Method in class nl.surfnet.coin.api.playground.ConfigurableApi20
 
getAllAllowedGroupProviders(GroupProviderConfiguration.Service) - Method in class nl.surfnet.coin.api.ApiController
 
getAllGroupProviders() - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Get all group providers
getAllGroupProviders() - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
getAllGroupProviders() - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getAllowedGroupProviders(GroupProviderConfiguration.Service, String, List<GroupProvider>) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Get all GroupProviders that have the correct ACL configured based on the Service.
getAllowedGroupProviders(GroupProviderConfiguration.Service, String, List<GroupProvider>) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
getAllowedGroupProviders(GroupProviderConfiguration.Service, String, List<GroupProvider>) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getApi() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getAppDescription() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getAppDescription() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getAppEntityId() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getAppEntityId() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getAppIcon() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getAppIcon() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getAppThumbNail() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getAppThumbNail() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getAppTitle() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getAppTitle() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getArp(String) - Method in class nl.surfnet.coin.api.service.JanusClientDetailsService
 
getArp(String) - Method in class nl.surfnet.coin.api.service.MockClientDetailsService
 
getArp(String) - Method in interface nl.surfnet.coin.api.service.OpenConextClientDetailsService
 
getAuthority() - Method in class nl.surfnet.coin.api.saml.SAMLProvisioner.SimpleAuthority
 
getAuthorizationURL() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getAuthorizationUrl(Token) - Method in class nl.surfnet.coin.api.playground.ConfigurableApi10a
 
getAuthorizationUrl(OAuthConfig) - Method in class nl.surfnet.coin.api.playground.ConfigurableApi20
 
getAuthorizationUrl(Token) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
getAuthorizationUrl(Token) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
getAuthorizationURL2() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getClientMetaData() - Method in class nl.surfnet.coin.api.AbstractApiController
 
getClientMetaData() - Method in class nl.surfnet.coin.api.MockApiController
 
getClientMetaData() - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataPrincipal
 
getClientMetaData() - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataUser
 
getClientMetaData() - Method in class nl.surfnet.coin.api.oauth.OpenConextClientDetails
 
getClientMetaData() - Method in class nl.surfnet.coin.api.oauth.OpenConextConsumerDetails
 
getClientMetaData() - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationToken
 
getConsumerKey() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
getConsumerKey() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getCount() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getCredentials() - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationToken
 
getEulaUrl() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
Get the EULA URL
getEulaUrl() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
getGroup(String, String) - Method in class nl.surfnet.coin.api.ApiController
 
getGroup(String, String) - Method in class nl.surfnet.coin.api.MockApiController
 
getGroup(String, String, String) - Method in interface nl.surfnet.coin.api.service.GroupService
Get specific Group
getGroup(String, String, String) - Method in class nl.surfnet.coin.api.service.GroupServiceImpl
 
getGroup(String, String, String) - Method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
getGroup(String, String, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroup20(GroupProvider, String, String) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Get a single group
getGroup20(GroupProvider, String, String) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
getGroup20(String, String, String) - Method in interface nl.surfnet.coin.api.service.GroupService
Get specific Group
getGroup20(String, String, String) - Method in class nl.surfnet.coin.api.service.GroupServiceImpl
 
getGroup20(String, String, String) - Method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
getGroup20(String, String, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroup20(GroupProvider, String, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroup20Entry(GroupProvider, String, int, int) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
 
getGroup20Entry(GroupProvider, String, int, int) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
getGroup20Entry(GroupProvider, String, int, int) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroupMembers(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.ApiController
 
getGroupMembers(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.MockApiController
 
getGroupMembers(String, String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroupMembers(String, String, String, Integer, Integer, String) - Method in interface nl.surfnet.coin.api.service.PersonService
Get the group members of the given group.
getGroupMembers(String, String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.PersonServiceImpl
 
getGroupMembersEntry(GroupProvider, String, String, int, int) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Gets group members with paginating information for the user's oauth configuration
getGroupMembersEntry(GroupProvider, String, String, int, int) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
getGroupMembersEntry(GroupProvider, String, String, int, int) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroups(String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.ApiController
 
getGroups(String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.MockApiController
 
getGroups(String, String, Integer, Integer, String) - Method in interface nl.surfnet.coin.api.service.GroupService
Get Persons' Groups
getGroups(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.GroupServiceImpl
 
getGroups(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
getGroups(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroups20(String, String, Integer, Integer, String) - Method in interface nl.surfnet.coin.api.service.GroupService
Get Persons' Groups
getGroups20(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.GroupServiceImpl
 
getGroups20(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
getGroups20(String, String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getGroups20ByIds(String, String[], Integer, Integer) - Method in interface nl.surfnet.coin.api.service.GroupService
Get a list of Group20's by the given list of group ids
getGroups20ByIds(String, String[], Integer, Integer) - Method in class nl.surfnet.coin.api.service.GroupServiceImpl
 
getGroups20ByIds(String, String[], Integer, Integer) - Method in class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
getGroups20ByIds(String, String[], Integer, Integer) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getName() - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataPrincipal
 
getOauthKey() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getOAuthRequest() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getOAuthRequest(String) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getOAuthRequest(Verifier, boolean) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
 
getOAuthRequestConformSpec(Verifier) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
 
getOauthResponse(OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getOauthResponse(OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
 
getOauthSecret() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getOnBehalfOf() - Method in class nl.surfnet.coin.api.AbstractApiController
Get the username of the (via oauth) authenticated user that performs this request.
getOption() - Method in enum nl.surfnet.coin.api.playground.AccessTokenRequestOption
 
getOsGroups(String, Integer, Integer, String) - Method in class nl.surfnet.coin.api.ApiController
 
getParseAnchorForAccesstoken() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getPerson(String) - Method in class nl.surfnet.coin.api.ApiController
 
getPerson(String) - Method in class nl.surfnet.coin.api.MockApiController
 
getPerson(String, String, String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
getPerson(String, String, String) - Method in interface nl.surfnet.coin.api.service.PersonService
Get the OpenSocial Person.
getPerson(String, String, String) - Method in class nl.surfnet.coin.api.service.PersonServiceImpl
 
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class nl.surfnet.coin.api.saml.SAMLAssertionAuthenticationFilter
 
getPrincipal() - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationToken
 
getRemoteUser() - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataPrincipal
 
getRequestToken() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getRequestToken(Response) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
 
getRequestToken() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
getRequestToken() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
getRequestTokenEndPoint() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getRequestTokenEndpoint() - Method in class nl.surfnet.coin.api.playground.ConfigurableApi10a
 
getRequestTokenVerb() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getRequestURL() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getScope() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getSortBy() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getSPEntityIdByRequest(HttpServletRequest) - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationEntryPoint
Get the SP Entity ID from the OAuth client id in the HTTP request
getStartIndex() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getStep() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getUrlWithLanguageParam(HttpServletRequest, String) - Static method in class nl.surfnet.coin.api.controller.AccessConfirmationController
get a new URL based on the given request, with a lang= parameter set to the given language
getUserUUID(String) - Method in interface nl.surfnet.coin.eb.EngineBlock
The identifier is the persistent identifier (hashed urn specific for the SP).
getUserUUID(String) - Method in class nl.surfnet.coin.eb.EngineBlockImpl
 
getUserUUID(String) - Method in class nl.surfnet.coin.eb.MockEngineBlockImpl
 
getVersion() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
getVersion() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
getVersion() - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
getVersion() - Method in enum nl.surfnet.coin.api.playground.OAuthVersion
 
GROUP_ID_SELF - Static variable in class nl.surfnet.coin.api.ApiController
 
groupProviderConfiguration - Variable in class nl.surfnet.coin.api.ApiController
 
GroupProviderConfiguration - Interface in nl.surfnet.coin.api
Compound strategy to encapsulate all complexity regarding GroupProviders.
GroupProviderConfiguration.Service - Enum in nl.surfnet.coin.api
 
GroupProviderConfigurationImpl - Class in nl.surfnet.coin.api
The GroupProviderConfigurationImpl is thread-safe.
GroupProviderConfigurationImpl() - Constructor for class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
groupService - Variable in class nl.surfnet.coin.api.ApiController
 
GroupService - Interface in nl.surfnet.coin.api.service
GroupService responsible for retrieving groups
GroupServiceImpl - Class in nl.surfnet.coin.api.service
 
GroupServiceImpl() - Constructor for class nl.surfnet.coin.api.service.GroupServiceImpl
 

H

handleException(RuntimeException) - Method in class nl.surfnet.coin.api.ApiController
Handler for RuntimeExceptions.
Http401UnauthorizedEntryPoint - Class in nl.surfnet.coin.api.oauth
Http401Unauthorized.java
Http401UnauthorizedEntryPoint() - Constructor for class nl.surfnet.coin.api.oauth.Http401UnauthorizedEntryPoint
 

I

ImplicitGrantExplicitRedirectResolver - Class in nl.surfnet.coin.api.oauth
A DefaultRedirectResolver that throws an OAuth exception when the an implicit grant request is made without a redirectUri in janus (see https://jira.surfconext.nl/jira/browse/BACKLOG-511).
ImplicitGrantExplicitRedirectResolver() - Constructor for class nl.surfnet.coin.api.oauth.ImplicitGrantExplicitRedirectResolver
 
init(FilterConfig) - Method in class nl.surfnet.coin.api.filter.ResponseHeaderAddingFilter
 
INTERNAL_GROUP_PATTERN - Static variable in interface nl.surfnet.coin.api.GroupProviderConfiguration
 
invariant() - Method in class nl.surfnet.coin.api.ApiController
 
invariant() - Method in class nl.surfnet.coin.api.MockApiController
 
isActive() - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
isApproved(AuthorizationRequest, Authentication) - Method in class nl.surfnet.coin.api.oauth.ConfigurableTokenServicesUserApprovalHandler
 
isCallAllowed(GroupProviderConfiguration.Service, String, GroupProvider) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Is the call allowed? e.g.
isCallAllowed(GroupProviderConfiguration.Service, String, GroupProvider) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
isCallAllowed(GroupProviderConfiguration.Service, String, GroupProvider) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
isConsentRequired() - Method in interface nl.surfnet.coin.api.oauth.ClientMetaData
 
isConsentRequired() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
isImplicitGrant() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isImplicitGrantOauth() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isInternalGroup(String) - Method in interface nl.surfnet.coin.api.GroupProviderConfiguration
Verify if the given groupId is from an internal e.g.
isInternalGroup(String) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
isInternalGroup(String) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
isLeaveOutRedirectUri() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isOAuth10a() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isQueryParameters() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isSAMLResponse(HttpServletRequest) - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
issueInstantRule() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
isTwoLegged() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
isTwoLeggedOauth() - Method in class nl.surfnet.coin.api.playground.ApiSettings
 

J

JanusClientDetailsService - Class in nl.surfnet.coin.api.service
Client details service that uses Janus as backend.
JanusClientDetailsService() - Constructor for class nl.surfnet.coin.api.service.JanusClientDetailsService
 
JanusClientMetadata - Class in nl.surfnet.coin.api.oauth
Metadata from janus about the SP (which in OAuth1 terms is a consumer and in OAuth2 terms a client)
JanusClientMetadata() - Constructor for class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
JanusClientMetadata(EntityMetadata) - Constructor for class nl.surfnet.coin.api.oauth.JanusClientMetadata
 

K

keyStoreCredentialResolver() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 

L

LdapClient - Interface in nl.surfnet.coin.ldap
Interface to Ldap where all persons are stored.
LdapClientImpl - Class in nl.surfnet.coin.ldap
Interface to Ldap where all persons are stored.
LdapClientImpl() - Constructor for class nl.surfnet.coin.ldap.LdapClientImpl
 
loadClientByClientId(String) - Method in class nl.surfnet.coin.api.service.JanusClientDetailsService
 
loadClientByClientId(String) - Method in class nl.surfnet.coin.api.service.MockClientDetailsService
 
loadConsumerByConsumerKey(String) - Method in class nl.surfnet.coin.api.service.JanusClientDetailsService
loadConsumerByConsumerKey(String) - Method in class nl.surfnet.coin.api.service.MockClientDetailsService
 
logApiCall(String) - Method in class nl.surfnet.coin.api.ApiController
 

M

mapRow(ResultSet, int) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices.OAuthProviderTokenRowMapper
 
messageReplayRule() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
MockApiController - Class in nl.surfnet.coin.api
Controller for the mock REST interface.
MockApiController() - Constructor for class nl.surfnet.coin.api.MockApiController
 
MockBasicAuthenticationManager - Class in nl.surfnet.coin.api.basic
AuthenticationManager that is used in the basic external mock group provider
MockBasicAuthenticationManager() - Constructor for class nl.surfnet.coin.api.basic.MockBasicAuthenticationManager
 
MockClientDetailsService - Class in nl.surfnet.coin.api.service
Mock details service.
MockClientDetailsService() - Constructor for class nl.surfnet.coin.api.service.MockClientDetailsService
 
MockEngineBlockImpl - Class in nl.surfnet.coin.eb
 
MockEngineBlockImpl() - Constructor for class nl.surfnet.coin.eb.MockEngineBlockImpl
 
MockGroupServiceImpl - Class in nl.surfnet.coin.api.service
 
MockGroupServiceImpl() - Constructor for class nl.surfnet.coin.api.service.MockGroupServiceImpl
 
MockLdapClientImpl - Class in nl.surfnet.coin.ldap
 
MockLdapClientImpl() - Constructor for class nl.surfnet.coin.ldap.MockLdapClientImpl
 
mockMetadata(String) - Static method in class nl.surfnet.coin.api.service.MockClientDetailsService
 
MockServiceImpl - Class in nl.surfnet.coin.api.service
 
MockServiceImpl() - Constructor for class nl.surfnet.coin.api.service.MockServiceImpl
 

N

name - Variable in enum nl.surfnet.coin.api.service.PersonARPEnforcer.Attribute
 
nl.surfnet.coin.api - package nl.surfnet.coin.api
 
nl.surfnet.coin.api.basic - package nl.surfnet.coin.api.basic
 
nl.surfnet.coin.api.controller - package nl.surfnet.coin.api.controller
 
nl.surfnet.coin.api.filter - package nl.surfnet.coin.api.filter
 
nl.surfnet.coin.api.oauth - package nl.surfnet.coin.api.oauth
 
nl.surfnet.coin.api.playground - package nl.surfnet.coin.api.playground
 
nl.surfnet.coin.api.saml - package nl.surfnet.coin.api.saml
 
nl.surfnet.coin.api.service - package nl.surfnet.coin.api.service
 
nl.surfnet.coin.eb - package nl.surfnet.coin.eb
 
nl.surfnet.coin.ldap - package nl.surfnet.coin.ldap
 
nl.surfnet.coin.util - package nl.surfnet.coin.util
 

O

Oauth1AccessConfirmationController - Class in nl.surfnet.coin.api.controller
Controller for retrieving the model for and displaying the confirmation page for access to a protected resource.
Oauth1AccessConfirmationController() - Constructor for class nl.surfnet.coin.api.controller.Oauth1AccessConfirmationController
 
oauthCallBack(ModelMap, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
OAuthClientController - Class in nl.surfnet.coin.api.playground
Controller for all OAuth client calls
OAuthClientController() - Constructor for class nl.surfnet.coin.api.playground.OAuthClientController
 
OAuthRequestIgnoreCertificate - Class in nl.surfnet.coin.api.playground
Will accept all certificates
OAuthRequestIgnoreCertificate(Verb, String) - Constructor for class nl.surfnet.coin.api.playground.OAuthRequestIgnoreCertificate
 
OAuthVersion - Enum in nl.surfnet.coin.api.playground
Available versions
OpenConextClientDetails - Class in nl.surfnet.coin.api.oauth
BaseClientDetails with extra info for OpenConext
OpenConextClientDetails() - Constructor for class nl.surfnet.coin.api.oauth.OpenConextClientDetails
 
OpenConextClientDetailsService - Interface in nl.surfnet.coin.api.service
 
OpenConextConsumerDetails - Class in nl.surfnet.coin.api.oauth
BaseConsumerDetails with extra info for SURFconext
OpenConextConsumerDetails() - Constructor for class nl.surfnet.coin.api.oauth.OpenConextConsumerDetails
 
OpenConextOauth1TokenServices - Class in nl.surfnet.coin.api.oauth
Token store for Oauth1 tokens.
OpenConextOauth1TokenServices() - Constructor for class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 
OpenConextOauth1TokenServices.OAuthProviderTokenRowMapper - Class in nl.surfnet.coin.api.oauth
 
OpenConextOauth1TokenServices.OAuthProviderTokenRowMapper() - Constructor for class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices.OAuthProviderTokenRowMapper
 
OpenConextOauth2JdbcTokenStore - Class in nl.surfnet.coin.api.oauth
JdbcTokenStore that add the ClientMetaData from Janus if it is not present.
OpenConextOauth2JdbcTokenStore(DataSource) - Constructor for class nl.surfnet.coin.api.oauth.OpenConextOauth2JdbcTokenStore
 
OpenSAMLContext - Class in nl.surfnet.coin.api.saml
Context that wires the required OpenSAML configuration.
OpenSAMLContext() - Constructor for class nl.surfnet.coin.api.saml.OpenSAMLContext
 

P

parseAnchor(HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
PERSON_ID_SELF - Static variable in class nl.surfnet.coin.api.ApiController
 
PersonARPEnforcer - Class in nl.surfnet.coin.api.service
Helper class to enforce a given ARP onto a given Person object.
PersonARPEnforcer() - Constructor for class nl.surfnet.coin.api.service.PersonARPEnforcer
 
PersonARPEnforcer.Attribute - Enum in nl.surfnet.coin.api.service
 
PersonController - Class in nl.surfnet.coin.api
Controller for the person REST interface..
PersonController() - Constructor for class nl.surfnet.coin.api.PersonController
 
personService - Variable in class nl.surfnet.coin.api.ApiController
 
PersonService - Interface in nl.surfnet.coin.api.service
 
PersonServiceImpl - Class in nl.surfnet.coin.api.service
 
PersonServiceImpl() - Constructor for class nl.surfnet.coin.api.service.PersonServiceImpl
 
populateAccessTokenRequestOptions() - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
populateOAuthVersions() - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
populateRequestTokenVerbs() - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
preflightCORS(String, String[], String[]) - Method in class nl.surfnet.coin.api.AbstractApiController
Handle CORS preflight request.
processQueryOptions(AbstractEntry, Integer, Integer, String, List<? extends Object>) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
Filter/mangle a result set based on query parameters
provisionUser(Assertion) - Method in class nl.surfnet.coin.api.saml.SAMLProvisioner
 

R

readToken(String) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 
removeToken(String) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 
replayCache() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
reset() - Method in class nl.surfnet.coin.api.ConfigurableApiController
 
reset(ModelMap, ApiSettings, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
reset() - Method in interface nl.surfnet.coin.api.service.ConfigurableGroupProvider
 
reset() - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
resolveRedirect(String, ClientDetails) - Method in class nl.surfnet.coin.api.oauth.ImplicitGrantExplicitRedirectResolver
 
ResponseHeaderAddingFilter - Class in nl.surfnet.coin.api.filter
 
ResponseHeaderAddingFilter() - Constructor for class nl.surfnet.coin.api.filter.ResponseHeaderAddingFilter
 

S

SAMLAssertionAuthenticationFilter - Class in nl.surfnet.coin.api.saml
Handles the conversion of the SAML response and constructing a Principal
SAMLAssertionAuthenticationFilter() - Constructor for class nl.surfnet.coin.api.saml.SAMLAssertionAuthenticationFilter
 
SAMLAuthenticationEntryPoint - Class in nl.surfnet.coin.api.saml
SamlAuthenticationEntryPoint.java
SAMLAuthenticationEntryPoint() - Constructor for class nl.surfnet.coin.api.saml.SAMLAuthenticationEntryPoint
 
SAMLAuthenticationManager - Class in nl.surfnet.coin.api.saml
SAMLAuthenticationManager.java
SAMLAuthenticationManager() - Constructor for class nl.surfnet.coin.api.saml.SAMLAuthenticationManager
 
SAMLAuthenticationToken - Class in nl.surfnet.coin.api.saml
 
SAMLAuthenticationToken(Object, Collection<? extends GrantedAuthority>) - Constructor for class nl.surfnet.coin.api.saml.SAMLAuthenticationToken
 
samlMessageDecoder() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
samlMessageHandler() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
SAMLProvisioner - Class in nl.surfnet.coin.api.saml
Implementation of Spring-security-opensaml's Provisioner interface, which provisions a UserDetails object based on a SAML Assertion.
SAMLProvisioner() - Constructor for class nl.surfnet.coin.api.saml.SAMLProvisioner
 
SAMLProvisioner.SimpleAuthority - Class in nl.surfnet.coin.api.saml
 
SAMLProvisioner.SimpleAuthority(String) - Constructor for class nl.surfnet.coin.api.saml.SAMLProvisioner.SimpleAuthority
 
securityPolicy() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
securityPolicyResolver() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
sendAclMissingMail(GroupProvider, String, String, GroupProviderConfiguration.Service) - Method in class nl.surfnet.coin.api.ApiController
 
setAccessTokenEndPoint(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setAccessTokenEndPoint2(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setAccessTokenRequestOption(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setActive(boolean) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
setArpEnforcer(PersonARPEnforcer) - Method in class nl.surfnet.coin.api.service.PersonServiceImpl
 
setAuthorizationURL(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setAuthorizationURL2(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setBasicAuthGroupService(BasicAuthGroupService) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
setClientDetailsService(ClientDetailsService) - Method in class nl.surfnet.coin.api.controller.AccessConfirmationController
 
setClientDetailsService(ConsumerDetailsService) - Method in class nl.surfnet.coin.api.controller.Oauth1AccessConfirmationController
 
setClientDetailsService(ClientDetailsService) - Method in class nl.surfnet.coin.api.oauth.ConfigurableTokenServicesUserApprovalHandler
 
setClientMetaData(ClientMetaData) - Static method in class nl.surfnet.coin.api.oauth.ClientMetaDataHolder
 
setClientMetaData(ClientMetaData) - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataPrincipal
 
setClientMetaData(ClientMetaData) - Method in class nl.surfnet.coin.api.oauth.ClientMetaDataUser
 
setClientMetaData(ClientMetaData) - Method in class nl.surfnet.coin.api.oauth.OpenConextClientDetails
 
setClientMetaData(ClientMetaData) - Method in class nl.surfnet.coin.api.oauth.OpenConextConsumerDetails
 
setClientMetaData(ClientMetaData) - Method in class nl.surfnet.coin.api.saml.SAMLAuthenticationToken
 
setCount(int) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setDataSource(DataSource) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 
setDefaultSecret(String) - Method in class nl.surfnet.coin.api.service.MockClientDetailsService
 
setEbJdbcTemplate(JdbcTemplate) - Method in class nl.surfnet.coin.eb.EngineBlockImpl
 
setEngineBlock(EngineBlock) - Method in class nl.surfnet.coin.api.MockApiController
 
setEngineBlock(EngineBlock) - Method in class nl.surfnet.coin.api.PersonController
 
setEngineBlock(EngineBlock) - Method in class nl.surfnet.coin.ldap.LdapClientImpl
 
setGroupProviderConfiguration(GroupProviderConfiguration) - Method in class nl.surfnet.coin.api.PersonController
 
setGroupProviderService(GroupProviderService) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
setGroupService(GroupService) - Method in class nl.surfnet.coin.api.PersonController
 
setImplicitGrant(boolean) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setJanus(Janus) - Method in class nl.surfnet.coin.api.service.JanusClientDetailsService
 
setLdapOperations(LdapOperations) - Method in class nl.surfnet.coin.ldap.LdapClientImpl
 
setLeaveOutRedirectUri(boolean) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setMockApiEnabled(boolean) - Method in class nl.surfnet.coin.api.MockApiController
 
setOauthGroupService(OauthGroupService) - Method in class nl.surfnet.coin.api.GroupProviderConfigurationImpl
 
setOauthKey(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setOauthSecret(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setParseAnchorForAccesstoken(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setPersonService(PersonService) - Method in class nl.surfnet.coin.api.PersonController
 
setQueryParameters(boolean) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setRequestToken(Token) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setRequestTokenEndPoint(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setRequestTokenVerb(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setRequestURL(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setResultOptions(AbstractEntry, Integer, Integer, String) - Method in class nl.surfnet.coin.api.ApiController
 
setScope(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setSortBy(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setStartIndex(int) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setStep(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setTokenServices(OAuthProviderTokenServices) - Method in class nl.surfnet.coin.api.controller.Oauth1AccessConfirmationController
 
setTwoLegged(boolean) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
setUserAuthorizationProcessingFilter(UserAuthorizationProcessingFilter) - Method in class nl.surfnet.coin.api.controller.Oauth1AccessConfirmationController
 
setVersion(String) - Method in class nl.surfnet.coin.api.playground.ApiSettings
 
signatureBuilder() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
signRequest(Token, OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth10aServiceImpl
signRequest(Token, OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
signRequestAsHeader(Token, OAuthRequest) - Method in class nl.surfnet.coin.api.playground.ConfigurableOAuth20ServiceImpl
 
sleep(long) - Method in class nl.surfnet.coin.api.ConfigurableApiController
 
sleep(long) - Method in interface nl.surfnet.coin.api.service.ConfigurableGroupProvider
 
sleep(long) - Method in class nl.surfnet.coin.api.service.MockServiceImpl
 
socialQueries(ModelMap, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
ssoUrl() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
step1(ModelMap, ApiSettings, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
step2(ModelMap, ApiSettings, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
step3(ModelMap, ApiSettings, HttpServletRequest, HttpServletResponse) - Method in class nl.surfnet.coin.api.playground.OAuthClientController
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth2JdbcTokenStore
 
storeClientMetaData(SAMLAuthenticationToken) - Static method in class nl.surfnet.coin.api.oauth.ClientMetaDataHolder
 
storeClientMetaData(ClientMetaDataUser) - Static method in class nl.surfnet.coin.api.oauth.ClientMetaDataHolder
 
storeToken(String, OAuthProviderTokenImpl) - Method in class nl.surfnet.coin.api.oauth.OpenConextOauth1TokenServices
 

T

teamExternalGroupDao - Variable in class nl.surfnet.coin.api.ApiController
 
toString() - Method in class nl.surfnet.coin.api.oauth.JanusClientMetadata
 
toString() - Method in class nl.surfnet.coin.api.oauth.OpenConextConsumerDetails
 

U

URN_IDENTIFIER - Static variable in interface nl.surfnet.coin.ldap.LdapClient
 

V

validatorSuite() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
valueOf(String) - Static method in enum nl.surfnet.coin.api.GroupProviderConfiguration.Service
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.api.playground.AccessTokenRequestOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.api.playground.OAuthVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.api.service.PersonARPEnforcer.Attribute
Returns the enum constant of this type with the specified name.
valueOfOption(String) - Static method in enum nl.surfnet.coin.api.playground.AccessTokenRequestOption
 
values() - Static method in enum nl.surfnet.coin.api.GroupProviderConfiguration.Service
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.api.playground.AccessTokenRequestOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.api.playground.OAuthVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.api.service.PersonARPEnforcer.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
velocityEngine() - Method in class nl.surfnet.coin.api.saml.OpenSAMLContext
 
A C D E F G H I J K L M N O P R S T U V 

Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.