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

A

ACL - Class in nl.surfnet.coin.selfservice.domain
 
ACL() - Constructor for class nl.surfnet.coin.selfservice.domain.ACL
 
Action - Class in nl.surfnet.coin.selfservice.domain
 
Action(String, String, String, Action.Type, Action.Status, String, String, String, String, Date) - Constructor for class nl.surfnet.coin.selfservice.domain.Action
 
Action.Status - Enum in nl.surfnet.coin.selfservice.domain
 
Action.Type - Enum in nl.surfnet.coin.selfservice.domain
 
ActionsDao - Interface in nl.surfnet.coin.selfservice.dao
Dao for action objects
ActionsDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
Implementation of the ActionsDao, using a RDBMS for persistence
ActionsDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
ActionsService - Interface in nl.surfnet.coin.selfservice.service
Service for Actions
ActionsServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
 
ActionsServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.ActionsServiceImpl
 
addArguments(List<CompoundServiceProvider>) - Method in class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
addAttribute(String, List<String>) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
addAuthority(CoinAuthority) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
addCertificate(String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
addContactPerson(ContactPerson) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
addData(Integer) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
addDescription(String, String) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
addDescription(String, String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
addFieldImage(FieldImage) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
addFieldString(FieldString) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
addGroup(Group20, List<Person>) - Method in class nl.surfnet.coin.selfservice.domain.GroupContext
 
addHomeUrl(String, String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
addIdP(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
addIdpRef(String) - Method in class nl.surfnet.coin.selfservice.domain.ACL
 
addInstitutionIdp(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
addMenuItem(MenuItem) - Method in class nl.surfnet.coin.selfservice.domain.Menu
 
addMenuItem(MenuItem) - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
addMessageKey(String) - Method in class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
addName(String, String) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
addName(String, String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
addPrivateKey(String, String, String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
addScreenShot(Screenshot) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
addSp(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
addZeroDays(int) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
afterPropertiesSet() - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
afterPropertiesSet() - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
AjaxResponseException - Exception in nl.surfnet.coin.selfservice.util
AjaxResponseException indicates a RuntimeException thrown as response to an Ajax call (where it does not make sense to return the error view)
AjaxResponseException(String) - Constructor for exception nl.surfnet.coin.selfservice.util.AjaxResponseException
 
ALL_IDPS - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which all identityproviders are stored
allCspsForSelectedIdp(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.CspStatusController
 
ApiOAuthFilter - Class in nl.surfnet.coin.selfservice.filter
Servlet filter that performs Oauth 2.0 (authorization code) against api.surfconext.nl and gets group information of the 'admin team'.
ApiOAuthFilter() - Constructor for class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
Article - Class in nl.surfnet.coin.selfservice.domain
Article information.
Article() - Constructor for class nl.surfnet.coin.selfservice.domain.Article
Default constructor
Article(String) - Constructor for class nl.surfnet.coin.selfservice.domain.Article
 
ArticleMedium - Class in nl.surfnet.coin.selfservice.domain
 
ArticleMedium() - Constructor for class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
ArticleMedium.ArticleMediumType - Enum in nl.surfnet.coin.selfservice.domain
 
AttributeScopeConstraints - Class in nl.surfnet.coin.selfservice.domain
AttributeScopeConstraints.java What may not be seen by the various roles? https://wiki.surfnetlabs.nl/display/services/App-omschrijving
AuthorityScopeInterceptor - Class in nl.surfnet.coin.selfservice.interceptor
Interceptor to de-scope the visibility CompoundServiceProvider objects for display See https ://wiki.surfnetlabs.nl/display/services/App-omschrijving
AuthorityScopeInterceptor() - Constructor for class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 

B

BaseController - Class in nl.surfnet.coin.selfservice.control
Abstract controller used to set model attributes to the request
BaseController() - Constructor for class nl.surfnet.coin.selfservice.control.BaseController
 
body(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
build() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
builder(Collection<CoinAuthority.Authority>) - Static method in class nl.surfnet.coin.selfservice.domain.AttributeScopeConstraints
 
builder(ServiceProvider, Article) - Static method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
buildIdentityProviderByMetadata(EntityMetadata) - Static method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
Create a IdentityProvider and inflate it with the given metadata attributes.
buildServiceProviderByMetadata(EntityMetadata) - Static method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
Create a ServiceProvider and inflate it with the given metadata attributes.
byJiraIssueStatus(JiraTask.Status) - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Status
 
byJiraIssueType(JiraTask.Type) - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Type
 

C

ChartSerie - Class in nl.surfnet.coin.selfservice.domain
Representation for HighCharts of
ChartSerie() - Constructor for class nl.surfnet.coin.selfservice.domain.ChartSerie
 
ChartSerie(String, String, String, long) - Constructor for class nl.surfnet.coin.selfservice.domain.ChartSerie
 
children - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.Group20Wrap
 
close(String) - Method in interface nl.surfnet.coin.selfservice.dao.ActionsDao
Close an action.
close(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
CLOSE_ACTION_IDENTIFIER - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
closeNotificationPopup(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
CoinAuthority - Class in nl.surfnet.coin.selfservice.domain
Simple implementation of a GrantedAuthority
CoinAuthority(CoinAuthority.Authority) - Constructor for class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
CoinAuthority.Authority - Enum in nl.surfnet.coin.selfservice.domain
 
CoinUser - Class in nl.surfnet.coin.selfservice.domain
Simple conext user
CoinUser() - Constructor for class nl.surfnet.coin.selfservice.domain.CoinUser
 
compareTo(Field) - Method in class nl.surfnet.coin.selfservice.domain.Field
 
compareTo(Provider) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
compareTo(StatResult) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
COMPOUND_SP - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which a compoundSps (e.g.
COMPOUND_SPS - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which all compoundSps (e.g.
CompoundServiceProvider - Class in nl.surfnet.coin.selfservice.domain
CompoundServiceProvider.java
CompoundServiceProvider() - Constructor for class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
CompoundServiceProviderDao - Interface in nl.surfnet.coin.selfservice.dao
CompoundServiceProviderDoa.java
CompoundServiceProviderHibernateDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
CompoundServiceProviderHibernateDaoImpl.java
CompoundServiceProviderHibernateDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.CompoundServiceProviderHibernateDaoImpl
 
CompoundServiceProviderRepresenter - Class in nl.surfnet.coin.selfservice.domain
CompoundServiceProviderRepresenter.java
CompoundServiceProviderRepresenter() - Constructor for class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
CompoundServiceProviderRepresenter(long, String) - Constructor for class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
CompoundSPService - Class in nl.surfnet.coin.selfservice.service.impl
Abstraction for the Compound Service Providers.
CompoundSPService() - Constructor for class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
 
ConsentDao - Interface in nl.surfnet.coin.selfservice.dao
 
ConsentDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
SQL implementation of ConsentDao
ConsentDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.ConsentDaoImpl
 
ContactPerson - Class in nl.surfnet.coin.selfservice.domain
 
ContactPerson(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.ContactPerson
 
ContactPerson(ContactPersonType, String) - Constructor for class nl.surfnet.coin.selfservice.domain.ContactPerson
 
ContactPersonType - Enum in nl.surfnet.coin.selfservice.domain
 
contactPersonTypeByJanusContactType(Contact.Type) - Static method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
Convert a Janus contact type to a ServiceProvider's ContactPersonType.
containsRole(List<CoinAuthority.Authority>, CoinAuthority.Authority...) - Static method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
contextDestroyed(ServletContextEvent) - Method in class nl.surfnet.coin.selfservice.listener.InstanceTypeContextListener
 
contextInitialized(ServletContextEvent) - Method in class nl.surfnet.coin.selfservice.listener.InstanceTypeContextListener
 
create(JiraTask, CoinUser) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
create(JiraTask, CoinUser) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
create(JiraTask, CoinUser) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Create a new task in Jira.
CspStatusController - Class in nl.surfnet.coin.selfservice.control.shopadmin
Controller that handles the CSP status page (used for the shopmanager to get an overview of all services for a specific IDP)
CspStatusController() - Constructor for class nl.surfnet.coin.selfservice.control.shopadmin.CspStatusController
 

D

DEEPLINK_TO_SURFMARKET_ALLOWED - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key that defines whether a deeplink to SURFMarket should be shown.
delete(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
delete(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
delete(String) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Delete a task from Jira.
destroy() - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
destroy() - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
doAction(String, JiraTask.Action) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
doAction(String, JiraTask.Action) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
doAction(String, JiraTask.Action) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Re-open or close a Jira task.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
doRecommendApp(long, String, String, String, String, IdentityProvider, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.ServiceDetailController
 

E

EmailService - Interface in nl.surfnet.coin.selfservice.service
 
EmailServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
 
EmailServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
 
EMPTY_REMOTE_CUSTOM_FIELD_VALUES - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
EMPTY_REMOTE_FIELD_VALUES - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
EMPTY_STRINGS - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
ENDPOINT_PLACEHOLDER - Static variable in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
evict() - Method in interface nl.surfnet.coin.selfservice.dao.CompoundServiceProviderDao
 
evict() - Method in class nl.surfnet.coin.selfservice.dao.impl.CompoundServiceProviderHibernateDaoImpl
 

F

FCP_NOTIFICATIONS - Static variable in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
FeatureInterceptor - Class in nl.surfnet.coin.selfservice.interceptor
Interceptor to enable/disable (new) features
FeatureInterceptor() - Constructor for class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
FederatieConfig - Class in nl.surfnet.coin.selfservice.domain
Root element of the SURFfederatie config file
FederatieConfig() - Constructor for class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
Field - Class in nl.surfnet.coin.selfservice.domain
Field.java
Field() - Constructor for class nl.surfnet.coin.selfservice.domain.Field
 
Field(Field.Source, Field.Key, CompoundServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.domain.Field
 
Field.Key - Enum in nl.surfnet.coin.selfservice.domain
 
Field.Source - Enum in nl.surfnet.coin.selfservice.domain
 
fieldImage(HttpServletResponse, Long) - Method in class nl.surfnet.coin.selfservice.control.ImageController
 
FieldImage - Class in nl.surfnet.coin.selfservice.domain
StringField.java
FieldImage() - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImage(Field.Source, Field.Key, byte[]) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImage(Field.Source, Field.Key, byte[], CompoundServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImage(Field.Source, Field.Key, CompoundServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImage(byte[]) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImage(String) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldImage
 
FieldImageDao - Interface in nl.surfnet.coin.selfservice.dao
FieldStringDao.java
FieldImageHibernateDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
FieldImageHibernateDaoImpl.java
FieldImageHibernateDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.FieldImageHibernateDaoImpl
 
FieldString - Class in nl.surfnet.coin.selfservice.domain
StringField.java
FieldString() - Constructor for class nl.surfnet.coin.selfservice.domain.FieldString
 
FieldString(Field.Source, Field.Key, String) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldString
 
FieldString(Field.Source, Field.Key, String, CompoundServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.domain.FieldString
 
FieldStringDao - Interface in nl.surfnet.coin.selfservice.dao
FieldStringDao.java
FieldStringHibernateDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
FieldStringHibernateDaoImpl.java
FieldStringHibernateDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.FieldStringHibernateDaoImpl
 
FILE_POSTFIX - Static variable in class nl.surfnet.coin.selfservice.domain.FieldImage
 
FILE_URL - Static variable in class nl.surfnet.coin.selfservice.domain.FieldImage
 
FILE_URL - Static variable in class nl.surfnet.coin.selfservice.domain.Screenshot
 
FILTER_APP_GRID_ALLOWED - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if a logged user is allowed to filter in the app grid
findAction(long) - Method in interface nl.surfnet.coin.selfservice.dao.ActionsDao
Find a unique Action by its id
findAction(long) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
findActionsByIdP(String) - Method in interface nl.surfnet.coin.selfservice.dao.ActionsDao
Get a list of all actions by identity provider
findActionsByIdP(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
findAll() - Method in class nl.surfnet.coin.selfservice.dao.impl.CompoundServiceProviderHibernateDaoImpl
 
findByEntityId(String) - Method in interface nl.surfnet.coin.selfservice.dao.CompoundServiceProviderDao
Find by the given entityId
findByEntityId(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.CompoundServiceProviderHibernateDaoImpl
 
firstStatusThenName() - Static method in class nl.surfnet.coin.selfservice.domain.Provider
 
fromUser(String) - Static method in enum nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock.Users
 

G

get(String, String) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
getAcl() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getActions(String) - Method in interface nl.surfnet.coin.selfservice.service.ActionsService
Get a list of all actions of a certain identity provider
getActions(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ActionsServiceImpl
 
getAllIdentityProviders() - Method in interface nl.surfnet.coin.selfservice.service.IdentityProviderService
Get a list of all idps
getAllIdentityProviders() - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getAllIdps() - Method in class nl.surfnet.coin.selfservice.control.shopadmin.CspStatusController
 
getAllowedSps(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getAllowedSps(String, String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getAllServiceProviders(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getAllServiceProviders() - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getAllServiceProviders(String) - Method in interface nl.surfnet.coin.selfservice.service.ServiceProviderService
Get a list of all available Service Providers for the given idpId.
getAllServiceProviders() - Method in interface nl.surfnet.coin.selfservice.service.ServiceProviderService
Get a list of all available Service Providers (IDP independent).
getAndroidPlayStoreMedium() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getAppleAppStoreMedium() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getApplicationUrl() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getAppStoreLogo() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getAppUrl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getArguments() - Method in class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
getArp() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getArp(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getArticle() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getArticleName() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getArticlesForServiceProviders(List<String>) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
getArticlesForServiceProviders(List<String>) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
getArticlesForServiceProviders(List<String>) - Method in interface nl.surfnet.coin.selfservice.service.LmngService
Get articles for the given serviceProviders.
getArticleState() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getAttributeJsonFile() - Method in class nl.surfnet.coin.selfservice.service.impl.PersonAttributeLabelServiceJsonImpl
 
getAttributeLabelMap() - Method in class nl.surfnet.coin.selfservice.service.impl.PersonAttributeLabelServiceJsonImpl
 
getAttributeLabelMap() - Method in interface nl.surfnet.coin.selfservice.service.PersonAttributeLabelService
Gets a Map of (Person) attribute names and types for pretty labels in the front end.
getAttributeMap() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Map of user attributes, key as String, value Object
getAttributesAsMap(Assertion) - Static method in class nl.surfnet.coin.selfservice.util.PersonAttributeUtil
Takes the SAML assertion and returns the user attributes as a Map
getAuthorities() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Returns a collection that will contain CoinAuthority's
getAuthorities() - Method in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
getAuthority() - Method in class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
getAuthorityEnums() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getAuthorizationUrl() - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getBody() - Method in class nl.surfnet.coin.selfservice.command.Question
 
getBody() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getBody() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getCompoundServiceProvider() - Method in class nl.surfnet.coin.selfservice.domain.Field
 
getCompoundServiceProvider() - Method in class nl.surfnet.coin.selfservice.domain.Screenshot
 
getCompoundServiceProviderId() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
getCompoundServiceProviderSpLinks() - Method in class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 
getCompoundServiceProviderSpLinks() - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
getCompoundServiceProviderSpLinks() - Method in interface nl.surfnet.coin.selfservice.dao.StatisticDao
Get all existing CompoundServiceProvider id with the respective ServiceProvider entityIds
getConsumerKey() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
getContactPerson(ContactPersonType) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getContactPersons() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getContactPersonType() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getCSPById(IdentityProvider, long, boolean) - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
Get a CSP by its ID, for the given IDP.
getCSPById(String) - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
Get a CSP by its ServiceProvider
getCSPsByIdp(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
 
getCspSpIds() - Method in class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
getCurrentDate() - Method in class nl.surfnet.coin.selfservice.control.ImageController
 
getCurrentUser() - Static method in class nl.surfnet.coin.selfservice.util.SpringSecurity
Get the currently logged in user from the security context.
getData() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getDescription() - Method in class nl.surfnet.coin.selfservice.domain.Provider
Deprecated.
use #getDescriptions with the language code as key
getDescription(Provider.Language) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getDescriptions() - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
getDescriptions() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getDetailLogo() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getDetailLogo() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getDisplayName() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Display name, e.g.
getDisplayName() - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
getDistributionFieldValues() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getEmail() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getEmailAddress() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getEndDate() - Method in class nl.surfnet.coin.selfservice.domain.License
 
getEnduserDescriptionEn() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getEndUserDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getEnduserDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getEntity(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getEntityId() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
getEntityIdsByMetaData(Janus.Metadata, String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getEntries() - Method in class nl.surfnet.coin.selfservice.domain.GroupContext
 
getEnumAuthority() - Method in class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
getEulaUrl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getEulaURL() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getFieldImages() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getFields() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getFileUrl() - Method in class nl.surfnet.coin.selfservice.domain.FieldImage
 
getFileUrl() - Method in class nl.surfnet.coin.selfservice.domain.Screenshot
 
getGadgetBaseUrl() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getGroup20(String, String, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getGroupMembers(String, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getGroups(String, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getGroups20(String, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getHomeUrl() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getHomeUrls() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getIdentityProvider() - Method in class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
 
getIdentityProvider() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getIdentityProvider(String) - Method in interface nl.surfnet.coin.selfservice.service.IdentityProviderService
Get an identity provider by its id.
getIdentityProvider(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getIdentityProviderIdForLmngId(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
getIdentityProviderIdForLmngId(String) - Method in interface nl.surfnet.coin.selfservice.dao.LmngIdentifierDao
Method that returns a identifier for the IdP belonging to the given LMNG-Id
getIdp() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Identifier of the IdentityProvider the user has logged in with
getIdpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getIdpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getIdpId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getIdpList() - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getIdpLoginIdentifiers() - Method in class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 
getIdpLoginIdentifiers() - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
getIdpLoginIdentifiers() - Method in interface nl.surfnet.coin.selfservice.dao.StatisticDao
Get all the idp's that have login records
getIdpRefs() - Method in class nl.surfnet.coin.selfservice.domain.ACL
 
getIdPs() - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
getImage() - Method in class nl.surfnet.coin.selfservice.domain.FieldImage
 
getImage() - Method in class nl.surfnet.coin.selfservice.domain.Screenshot
 
getInstituteIdentityProviders(String) - Method in interface nl.surfnet.coin.selfservice.service.IdentityProviderService
Get a list of all idps that have the same instituteId as the given one.
getInstituteIdentityProviders(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getInstitution() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getInstitutionDescriptionEn() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getInstitutionDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getInstitutionDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Identifier of the institution the IdentityProvider of the user belongs to.
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getInstitutionIdps() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
List of IdentityProvider's of the institution for this users.
getInstitutionName() - Method in class nl.surfnet.coin.selfservice.domain.License
 
getInstitutionName(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
getInstitutionName(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
getInstitutionName(String) - Method in interface nl.surfnet.coin.selfservice.service.LmngService
Get the name of the institution in LMNG belonging to given GUID
getIssueType() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getJavaSecurityKeyStore() - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStore
 
getJavaSecurityKeyStore() - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
getJiraKey() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getKey() - Method in class nl.surfnet.coin.selfservice.domain.Field
 
getKey() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getKey() - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
getKeys(String) - Method in interface nl.surfnet.coin.selfservice.dao.ActionsDao
Find the Jira Keys for an identity provider
getKeys(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
getLabel() - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
getLicense() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
Convenience method for the first (and only?) license belonging to an idp and a service
getLicenseNumber() - Method in class nl.surfnet.coin.selfservice.domain.License
 
getLicenses() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getLicensesForIdpAndSp(IdentityProvider, String, Date) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
getLicensesForIdpAndSp(IdentityProvider, String, Date) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
getLicensesForIdpAndSp(IdentityProvider, String, Date) - Method in interface nl.surfnet.coin.selfservice.service.LmngService
Gets a list with Licenses for the given identityProvider and services (lmngIdentifiers) which are valid on the given day
getLinkedServiceProviderIDs(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getLinkedServiceProviders(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
It's "cheaper" to get all SPs from ServiceRegistry and iterate over them than to retrieve the list of all linked entity id's and then get their individual metadata.
getLinkedServiceProviders(String) - Method in interface nl.surfnet.coin.selfservice.service.ServiceProviderService
Get a list of all Service Providers that are linked to the given idpIdp
getLmngFieldValues() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getLmngId() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getLmngIdentifier() - Method in class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
 
getLmngIdentifier() - Method in class nl.surfnet.coin.selfservice.command.LmngServiceBinding
 
getLmngIdentifier() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getLmngIdForIdentityProviderId(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
getLmngIdForIdentityProviderId(String) - Method in interface nl.surfnet.coin.selfservice.dao.LmngIdentifierDao
Method that returns a identifier for the IdP in LMNG belonging to the given IdP-Id
getLmngIdForServiceProviderId(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
getLmngIdForServiceProviderId(String) - Method in interface nl.surfnet.coin.selfservice.dao.LmngIdentifierDao
Method that returns a identifier for the SP in LMNG belonging to the given SP-Id
getLmngProductIdentifier() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getLmngRequestEnvelope() - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
getLmngSoapRequestForIdpAndSp(String, List<String>, Date, String) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
getLmngSoapRequestForSps(Collection<String>, String) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
getLocale(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.BaseController
 
getLogins() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getLoginsPerSP() - Method in class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
getLoginsPerSPByIdp(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
getLoginsPerSpPerDay(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 
getLoginsPerSpPerDay() - Method in class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 
getLoginsPerSpPerDay(String) - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
getLoginsPerSpPerDay() - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
getLoginsPerSpPerDay(String) - Method in interface nl.surfnet.coin.selfservice.dao.StatisticDao
Makes a List of login data per Service Provider got the Identity Provider
getLoginsPerSpPerDay() - Method in interface nl.surfnet.coin.selfservice.dao.StatisticDao
Makes a List of login data per Service Provider for all IdP's
getLogoUrl() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getMail() - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
getMenuItems() - Method in class nl.surfnet.coin.selfservice.domain.Menu
 
getMenuItems() - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
getMessageKeys() - Method in class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
getMetadataByEntityId(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getMetadataUrl() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getMillis() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getMyInstitutionIdps() - Method in class nl.surfnet.coin.selfservice.control.BaseController
 
getName() - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
getName() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getName() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getName() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
getName() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getName(Provider.Language) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getNames() - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
getNames() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getNotes() - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
getNotes() - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
getNotifications(String, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.BaseController
Get notifications from the session (if available) and place as model attribute.
getNotifications(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
getNotifications(IdentityProvider) - Method in interface nl.surfnet.coin.selfservice.service.NotificationService
Get all possible notifications for the given services belonging to the IdentityProvider.
getNow() - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
 
getOAuthTokenInfoList(String, ServiceProvider) - Method in class nl.surfnet.coin.selfservice.service.impl.OAuthTokenServiceImpl
 
getOAuthTokenInfoList(String, ServiceProvider) - Method in interface nl.surfnet.coin.selfservice.service.OAuthTokenService
Gets a List of OAuthTokenInfo for a user
getOAuthTokens(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv10aImpl
 
getOAuthTokens(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv2Impl
 
getOAuthTokens(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoShindigImpl
 
getOAuthTokens(String, String) - Method in interface nl.surfnet.coin.selfservice.dao.OAuthTokenDao
Gets a List of OAuthTokenInfo for a user
getPassword() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
It is not allowed to call this method
getPerson(String, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
getPersonAttributeLabels() - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
getPersonAttributeLabels() - Method in class nl.surfnet.coin.selfservice.control.requests.QuestionController
 
getPointInterval() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getPointStart() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getPrivateKeyPasswords() - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
getProductName() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getRequestDate() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getRequestedIdp(String, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.BaseController
Exposes the requested IdP for use in RequestMapping methods.
getSchacHomeOrganization() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getSchacHomeOrganization() - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
getScreenshots() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getScreenShotsImages() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getServiceDescriptionEn() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getServiceDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getServiceDescriptionNl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getServiceName(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
getServiceName(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
getServiceName(String) - Method in interface nl.surfnet.coin.selfservice.service.LmngService
Get the name of the service/product in LMNG belonging to given GUID
getServiceProvider() - Method in class nl.surfnet.coin.selfservice.command.LmngServiceBinding
 
getServiceProvider() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getServiceProvider() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getServiceProvider(String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getServiceProvider(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getServiceProvider(String, String) - Method in interface nl.surfnet.coin.selfservice.service.ServiceProviderService
Get a ServiceProvider by its entity ID.
getServiceProvider(String) - Method in interface nl.surfnet.coin.selfservice.service.ServiceProviderService
Get a ServiceProvider by its entity ID, without a idpEntityId
getServiceProviderEntityId() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getServiceProviderEntityId() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getServiceUrl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getSloLocation() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getSource() - Method in class nl.surfnet.coin.selfservice.domain.Field
 
getSource() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
getSp() - Method in class nl.surfnet.coin.selfservice.domain.Action
Get the SP this action is about.
getSp() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getSpecialConditions() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getSpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getSpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
getSpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getSpId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getSpList() - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
getSpName() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getSps() - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
Returns a List of cloned ServiceProvider objects.
getSsoLocation() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getStartDate() - Method in class nl.surfnet.coin.selfservice.domain.License
 
getStatus() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getStatus() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getSubject() - Method in class nl.surfnet.coin.selfservice.command.Question
 
getSupplierName() - Method in class nl.surfnet.coin.selfservice.domain.Article
 
getSupportMail() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getSupportUrlEn() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getSupportUrlNl() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getSurfConextFieldValues() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getTasks(List<String>) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
getTasks(List<String>) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
getTasks(List<String>) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Retrieve specific tasks from Jira.
getTechnicalSupportMail() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
getTelephoneNumber() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getTotal() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getType() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getType() - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
getType() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getUid() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Unique identifier of the user, e.g.
getUrl() - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
getUrl() - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
getUrl() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getUrls() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getUser() - Method in enum nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock.Users
 
getUserId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getUserId() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
getUserName() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getUsername() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
Same value as CoinUser.getUid()

getValue() - Method in class nl.surfnet.coin.selfservice.domain.FieldString
 
getXStreamForFedConfig() - Static method in class nl.surfnet.coin.selfservice.util.XStreamFedConfigBuilder
Creates and returns an XStream configuration for the SURFfederatie config file.
getXStreamForFedConfig(boolean) - Static method in class nl.surfnet.coin.selfservice.util.XStreamFedConfigBuilder
Creates and returns an XStream configuration for the SURFfederatie config file
group - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.Group20Wrap
 
group - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.PersonWrap
 
GroupContext - Class in nl.surfnet.coin.selfservice.domain
Group20 has no members and we need both in the recommend app context
GroupContext() - Constructor for class nl.surfnet.coin.selfservice.domain.GroupContext
 
GroupContext.Group20Wrap - Class in nl.surfnet.coin.selfservice.domain
 
GroupContext.Group20Wrap(String, boolean, List<GroupContext.PersonWrap>) - Constructor for class nl.surfnet.coin.selfservice.domain.GroupContext.Group20Wrap
 
GroupContext.PersonWrap - Class in nl.surfnet.coin.selfservice.domain
 
GroupContext.PersonWrap(String, String, boolean) - Constructor for class nl.surfnet.coin.selfservice.domain.GroupContext.PersonWrap
 
GROUPS_WITH_MEMBERS - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the information from Api regarding group memberships and actual members for auto-completion in the recommendation modal popup.
groupsWithMembers(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.ServiceDetailController
 

H

handleAjaxResponseException(AjaxResponseException) - Method in class nl.surfnet.coin.selfservice.control.BaseController
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
HistoryController - Class in nl.surfnet.coin.selfservice.control
 
HistoryController() - Constructor for class nl.surfnet.coin.selfservice.control.HistoryController
 
home(IdentityProvider, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
HomeController - Class in nl.surfnet.coin.selfservice.control
Controller of the homepage showing 'my apps' (or my services, meaning the services that belong to you as a user with a specific role)
HomeController() - Constructor for class nl.surfnet.coin.selfservice.control.HomeController
 

I

id - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.PersonWrap
 
IdentityProvider - Class in nl.surfnet.coin.selfservice.domain
Identity provider
IdentityProvider() - Constructor for class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
IdentityProvider(String, String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
identityProvider(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
IdentityProviderRepresenter - Class in nl.surfnet.coin.selfservice.domain
IdentityProviderRepresenter.java
IdentityProviderRepresenter() - Constructor for class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
IdentityProviderRepresenter(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
IdentityProviderService - Interface in nl.surfnet.coin.selfservice.service
Interface of Identity Provider Services.
IDP_CUSTOM_FIELD - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
IdpLnmgListController - Class in nl.surfnet.coin.selfservice.control.shopadmin
 
IdpLnmgListController() - Constructor for class nl.surfnet.coin.selfservice.control.shopadmin.IdpLnmgListController
 
ImageController - Class in nl.surfnet.coin.selfservice.control
FieldContentController.java
ImageController() - Constructor for class nl.surfnet.coin.selfservice.control.ImageController
 
ImageHolder - Class in nl.surfnet.coin.selfservice.domain
ImageHolder.java
ImageHolder() - Constructor for class nl.surfnet.coin.selfservice.domain.ImageHolder
 
init(FilterConfig) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
No initialization needed.
InstanceTypeContextListener - Class in nl.surfnet.coin.selfservice.listener
Define a property ${instanceType}in the servlet context that says what type of instance of self service we're running.
InstanceTypeContextListener() - Constructor for class nl.surfnet.coin.selfservice.listener.InstanceTypeContextListener
 
institution(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
INSTITUTION_IDENTIFIER_PLACEHOLDER - Static variable in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
IS_ADMIN_USER - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if a logged user is a kind of admin
IS_GOD - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if the logged in user is Distribution Channel Admin (aka God)
isAccessTokenGranted(String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
isAccountNonExpired() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isAccountNonLocked() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isActiveMode() - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
isActiveMode() - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
isActiveMode() - Method in interface nl.surfnet.coin.selfservice.service.LmngService
Is the LMNG service active? If not then no calls should be made and the entire distribution channel runs without license / article information from LMNG.
isAgree() - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
isAgree() - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
isAllowed(Field.Key) - Method in class nl.surfnet.coin.selfservice.domain.AttributeScopeConstraints
 
isAllowedCombination(Field.Key, Field.Source) - Static method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
isArticleAvailable() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
isArticleLicenseAvailable() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
isConnectionAllowed(String, String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
isCredentialsNonExpired() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isDistributionChannelAdmin() - Static method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
isDistributionChannelGod(List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
isEnabled() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isFullyAuthenticated() - Static method in class nl.surfnet.coin.selfservice.util.SpringSecurity
 
isGroupLicense() - Method in class nl.surfnet.coin.selfservice.domain.License
 
isIdpVisibleOnly() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
isLicenseAvailable() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
isLinked() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
isLmngActive() - Method in class nl.surfnet.coin.selfservice.interceptor.LmngActiveAwareInterceptor
 
isRoleIdPLicenseAdmin(List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
isRoleUser(List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
isSelected() - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
issueType(JiraTask.Type) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
isUnset() - Method in class nl.surfnet.coin.selfservice.domain.Field
 
isUnset() - Method in class nl.surfnet.coin.selfservice.domain.FieldImage
 
isUnset() - Method in class nl.surfnet.coin.selfservice.domain.FieldString
 
isValidGuid(String) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 

J

JanusRestClientMock - Class in nl.surfnet.coin.selfservice.util
JanusRestClientMock.java
JanusRestClientMock() - Constructor for class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
JiraService - Interface in nl.surfnet.coin.selfservice.service
 
JiraServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
 
JiraServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
JiraServiceMock - Class in nl.surfnet.coin.selfservice.service.impl
 
JiraServiceMock() - Constructor for class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
JiraTask - Class in nl.surfnet.coin.selfservice.domain
 
JiraTask.Action - Enum in nl.surfnet.coin.selfservice.domain
 
JiraTask.Builder - Class in nl.surfnet.coin.selfservice.domain
 
JiraTask.Builder() - Constructor for class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
JiraTask.Status - Enum in nl.surfnet.coin.selfservice.domain
 
JiraTask.Type - Enum in nl.surfnet.coin.selfservice.domain
 

K

key(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
KeyStore - Class in nl.surfnet.coin.selfservice.service.impl.ssl
 
KeyStore(boolean) - Constructor for class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStore
Constructor for public keys (truststore)
KeyStore(String, String, String, boolean) - Constructor for class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStore
Constructor for private keys (keystore)
KeyStoreMock - Class in nl.surfnet.coin.selfservice.service.impl.ssl
Mock implementation of the keystore, used in the mock implementation of the LMNGservice Doesn't do a thing
KeyStoreMock(boolean) - Constructor for class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
KeyStoreMock(String, String, String, boolean) - Constructor for class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
Constructor for private keys (keystore)

L

LCP_NOTIFICATIONS - Static variable in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
License - Class in nl.surfnet.coin.selfservice.domain
License (for software, SaaS, or other) that belongs to an institute, group of individual.
License() - Constructor for class nl.surfnet.coin.selfservice.domain.License
Default constructor
License(Date, Date, String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.License
 
LinkRequest - Class in nl.surfnet.coin.selfservice.command
 
LinkRequest() - Constructor for class nl.surfnet.coin.selfservice.command.LinkRequest
 
LinkrequestController - Class in nl.surfnet.coin.selfservice.control.requests
 
LinkrequestController() - Constructor for class nl.surfnet.coin.selfservice.control.requests.LinkrequestController
 
listActions(IdentityProvider, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.HistoryController
 
listActions(IdentityProvider, HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.NotificationController
 
listAllIdps(Map<String, Object>) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.IdpLnmgListController
 
listAllSps(Map<String, Object>) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLnmgListController
 
listAllSpsLmng(Map<String, Object>) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLnmgListController
 
LMNG_ACTIVE_MODUS - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if LMNG is active (e.g.
LmngActiveAwareInterceptor - Class in nl.surfnet.coin.selfservice.interceptor
LmngActiveAwareInterceptor.java
LmngActiveAwareInterceptor() - Constructor for class nl.surfnet.coin.selfservice.interceptor.LmngActiveAwareInterceptor
 
LmngException - Exception in nl.surfnet.coin.selfservice.service.impl
 
LmngException(String, Throwable) - Constructor for exception nl.surfnet.coin.selfservice.service.impl.LmngException
 
LmngIdentifierDao - Interface in nl.surfnet.coin.selfservice.dao
 
LmngIdentifierDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
Implementation for the DAO that stores identifiers for identityproviders for both local and LMNG scope.
LmngIdentifierDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
LmngIdentityBinding - Class in nl.surfnet.coin.selfservice.command
Pojo defining a IdentityProvider and it's LMNG identifier
LmngIdentityBinding() - Constructor for class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
Default constructor
LmngIdentityBinding(IdentityProvider) - Constructor for class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
Constructor with initial identityprovider
LmngIdentityBinding(String, IdentityProvider) - Constructor for class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
Constructor with initial fields
LmngService - Interface in nl.surfnet.coin.selfservice.service
Interface of services that return Licensing and article information from LMNG (Licentie Modellen Next Generation)
LmngServiceBinding - Class in nl.surfnet.coin.selfservice.command
Pojo defining a ServiceProvider and it's LMNG identifier
LmngServiceBinding() - Constructor for class nl.surfnet.coin.selfservice.command.LmngServiceBinding
Default constructor
LmngServiceBinding(String, ServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.command.LmngServiceBinding
Constructor with initial fields
LmngServiceBinding(ServiceProvider) - Constructor for class nl.surfnet.coin.selfservice.command.LmngServiceBinding
Constructor with initial serviceProvider
LmngServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
Implementation of a licensing service that get's it information from a webservice interface on LMNG
LmngServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
LmngServiceMock - Class in nl.surfnet.coin.selfservice.service.impl
LicensingServiceMock.java
LmngServiceMock() - Constructor for class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
LmngUtil - Class in nl.surfnet.coin.selfservice.service.impl
Utility class for LMNG.
LmngUtil() - Constructor for class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
localeResolver - Variable in class nl.surfnet.coin.selfservice.control.BaseController
 
logout(HttpServletRequest, SessionStatus) - Method in class nl.surfnet.coin.selfservice.control.LogoutController
 
LogoutController - Class in nl.surfnet.coin.selfservice.control
Controller to display the logout page.
LogoutController() - Constructor for class nl.surfnet.coin.selfservice.control.LogoutController
 

M

mayHaveGivenConsent(String, String) - Method in interface nl.surfnet.coin.selfservice.dao.ConsentDao
Check if the user has given consent for this service
mayHaveGivenConsent(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.ConsentDaoImpl
 
Menu - Class in nl.surfnet.coin.selfservice.domain
Menu
Menu() - Constructor for class nl.surfnet.coin.selfservice.domain.Menu
 
MenuInterceptor - Class in nl.surfnet.coin.selfservice.interceptor
Interceptor to add the menu
MenuInterceptor() - Constructor for class nl.surfnet.coin.selfservice.interceptor.MenuInterceptor
 
MenuItem - Class in nl.surfnet.coin.selfservice.domain
Menu item
MenuItem(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.MenuItem
 
MenuItem(String, String, boolean) - Constructor for class nl.surfnet.coin.selfservice.domain.MenuItem
 
MockStatisticDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
Mock implementation for the statistic service
MockStatisticDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 

N

nl.surfnet.coin.selfservice.command - package nl.surfnet.coin.selfservice.command
 
nl.surfnet.coin.selfservice.control - package nl.surfnet.coin.selfservice.control
 
nl.surfnet.coin.selfservice.control.requests - package nl.surfnet.coin.selfservice.control.requests
 
nl.surfnet.coin.selfservice.control.shopadmin - package nl.surfnet.coin.selfservice.control.shopadmin
 
nl.surfnet.coin.selfservice.control.stats - package nl.surfnet.coin.selfservice.control.stats
 
nl.surfnet.coin.selfservice.dao - package nl.surfnet.coin.selfservice.dao
 
nl.surfnet.coin.selfservice.dao.impl - package nl.surfnet.coin.selfservice.dao.impl
 
nl.surfnet.coin.selfservice.domain - package nl.surfnet.coin.selfservice.domain
 
nl.surfnet.coin.selfservice.filter - package nl.surfnet.coin.selfservice.filter
 
nl.surfnet.coin.selfservice.interceptor - package nl.surfnet.coin.selfservice.interceptor
 
nl.surfnet.coin.selfservice.listener - package nl.surfnet.coin.selfservice.listener
 
nl.surfnet.coin.selfservice.provisioner - package nl.surfnet.coin.selfservice.provisioner
 
nl.surfnet.coin.selfservice.service - package nl.surfnet.coin.selfservice.service
 
nl.surfnet.coin.selfservice.service.impl - package nl.surfnet.coin.selfservice.service.impl
 
nl.surfnet.coin.selfservice.service.impl.ssl - package nl.surfnet.coin.selfservice.service.impl.ssl
 
nl.surfnet.coin.selfservice.util - package nl.surfnet.coin.selfservice.util
 
NONE - Static variable in class nl.surfnet.coin.selfservice.domain.Article
 
NONE - Static variable in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
NONE - Static variable in class nl.surfnet.coin.selfservice.domain.License
 
NOTIFICATION_POPUP_CLOSED - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if the notifications for licenses/linked services were generated already
NotificationController - Class in nl.surfnet.coin.selfservice.control
 
NotificationController() - Constructor for class nl.surfnet.coin.selfservice.control.NotificationController
 
NotificationMessage - Class in nl.surfnet.coin.selfservice.domain
Message that is shown as a notification to a logged in user.
NotificationMessage() - Constructor for class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
notificationPopupClosed(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.BaseController
 
NOTIFICATIONS - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the notifications
NotificationService - Interface in nl.surfnet.coin.selfservice.service
 
NotificationServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
Default implementation of notification service
NotificationServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 

O

oauthCallback(HttpServletRequest, String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
OAuthTokenDao - Interface in nl.surfnet.coin.selfservice.dao
DAO to retrieve OAuth tokens
OAuthTokenDaoAPIv10aImpl - Class in nl.surfnet.coin.selfservice.dao.impl
OAuth 1.0a tokens in api.surfconext
OAuthTokenDaoAPIv10aImpl(JdbcTemplate) - Constructor for class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv10aImpl
 
OAuthTokenDaoAPIv2Impl - Class in nl.surfnet.coin.selfservice.dao.impl
Implementation for OAuth v2 access keys from api.surfconext
OAuthTokenDaoAPIv2Impl(JdbcTemplate) - Constructor for class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv2Impl
 
OAuthTokenDaoShindigImpl - Class in nl.surfnet.coin.selfservice.dao.impl
Gets OAuthTokens from the Shindig (os.surfconext.nl) database
OAuthTokenDaoShindigImpl(JdbcTemplate) - Constructor for class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoShindigImpl
 
OAuthTokenInfo - Class in nl.surfnet.coin.selfservice.domain
Basic information about an OAuth token
OAuthTokenInfo(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
OAuthTokenService - Interface in nl.surfnet.coin.selfservice.service
Service to handle OAuthTokenInfo
OAuthTokenServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
Implementation of OAuthTokenService
OAuthTokenServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.OAuthTokenServiceImpl
 
OpenConextOAuthClientMock - Class in nl.surfnet.coin.selfservice.util
OpenConextOAuthClientMock.java
OpenConextOAuthClientMock() - Constructor for class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
OpenConextOAuthClientMock.Users - Enum in nl.surfnet.coin.selfservice.util
 
ORIGINAL_REQUEST_URL - Static variable in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 

P

parseArticlesResult(String, boolean) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
Parse the result to an article(list)
parseJsonData(TypeReference<? extends Object>, String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
parseLicensesResult(String, boolean) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
Parse the result to a license(list)
parseResultInstitute(String, boolean) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
PersonAttributeLabel - Class in nl.surfnet.coin.selfservice.domain
Labels for an attribute, like
PersonAttributeLabel() - Constructor for class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
PersonAttributeLabelService - Interface in nl.surfnet.coin.selfservice.service
Service to retrieve labels for person attributes
PersonAttributeLabelServiceJsonImpl - Class in nl.surfnet.coin.selfservice.service.impl
Parses a json file into PersonAttributeLabel
PersonAttributeLabelServiceJsonImpl(String) - Constructor for class nl.surfnet.coin.selfservice.service.impl.PersonAttributeLabelServiceJsonImpl
 
PersonAttributeUtil - Class in nl.surfnet.coin.selfservice.util
Util class for person Attributes
PersonMainAttributes - Class in nl.surfnet.coin.selfservice.util
Simple pojo containing the main attributes of a person.
PersonMainAttributes(Map<String, List<String>>) - Constructor for class nl.surfnet.coin.selfservice.util.PersonMainAttributes
Constructor that initializes the object with fields from the given attributeMap
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class nl.surfnet.coin.selfservice.interceptor.MenuInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
PRIORITY_MEDIUM - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
PROCESSED - Static variable in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
PROCESSED - Static variable in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
Provider - Class in nl.surfnet.coin.selfservice.domain
Abstract class for either ServiceProvider or IdentityProvider
Provider() - Constructor for class nl.surfnet.coin.selfservice.domain.Provider
 
Provider.Language - Enum in nl.surfnet.coin.selfservice.domain
 
ProviderType - Enum in nl.surfnet.coin.selfservice.domain
]]>
provisionUser(Assertion) - Method in class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 

Q

QUERY_PLACEHOLDER - Static variable in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
Question - Class in nl.surfnet.coin.selfservice.command
 
Question() - Constructor for class nl.surfnet.coin.selfservice.command.Question
 
QuestionController - Class in nl.surfnet.coin.selfservice.control.requests
Controller for SP detail pages
QuestionController() - Constructor for class nl.surfnet.coin.selfservice.control.requests.QuestionController
 

R

RAW_ARP_ATTRIBUTES_VISIBLE - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
Key in which we store whether a user should see the technical attribute names of an ARP.
recommendApp(long, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.ServiceDetailController
 
RECOMMENTATION_EMAIL_TEMPLATE - Static variable in class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
 
registerJiraIssueCreation(String, JiraTask, String, String) - Method in interface nl.surfnet.coin.selfservice.service.ActionsService
Register the creation of a JIRA issue.
registerJiraIssueCreation(String, JiraTask, String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.ActionsServiceImpl
 
removeScreenShot(Screenshot) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
removeUserAuthority() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
REOPEN_ACTION_IDENTIFIER - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
revokeKeys(long, String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.ServiceDetailController
 
revokeOAuthToken(OAuthTokenInfo) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv10aImpl
 
revokeOAuthToken(OAuthTokenInfo) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv2Impl
 
revokeOAuthToken(OAuthTokenInfo) - Method in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoShindigImpl
 
revokeOAuthToken(OAuthTokenInfo) - Method in interface nl.surfnet.coin.selfservice.dao.OAuthTokenDao
Revokes an existing OAuthToken
revokeOAuthTokens(String, ServiceProvider) - Method in class nl.surfnet.coin.selfservice.service.impl.OAuthTokenServiceImpl
 
revokeOAuthTokens(String, ServiceProvider) - Method in interface nl.surfnet.coin.selfservice.service.OAuthTokenService
Revokes an existing OAuthToken

S

SabEntitlementsFilter - Class in nl.surfnet.coin.selfservice.filter
 
SabEntitlementsFilter() - Constructor for class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
SAMLProvisioner - Class in nl.surfnet.coin.selfservice.provisioner
implementation to return UserDetails from a SAML Assertion
SAMLProvisioner() - Constructor for class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 
saveAction(Action) - Method in interface nl.surfnet.coin.selfservice.dao.ActionsDao
persist the given action
saveAction(Action) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
saveLmngServices(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.IdpLnmgListController
 
saveLmngServices(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLnmgListController
 
saveOrUpdateLmngIdForIdentityProviderId(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
saveOrUpdateLmngIdForIdentityProviderId(String, String) - Method in interface nl.surfnet.coin.selfservice.dao.LmngIdentifierDao
Save or update an lmngId for the identityProvider with the given ID
saveOrUpdateLmngIdForServiceProviderId(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
saveOrUpdateLmngIdForServiceProviderId(String, String) - Method in interface nl.surfnet.coin.selfservice.dao.LmngIdentifierDao
Save or update an lmngId for the serviceprovider with the given ID
scopeCompoundServiceProvider(ModelMap, CompoundServiceProvider, List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
scopeGeneralAuthCons(ModelMap, List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
 
scopeListOfCompoundServiceProviders(Collection<CompoundServiceProvider>, List<CoinAuthority.Authority>) - Method in class nl.surfnet.coin.selfservice.interceptor.AuthorityScopeInterceptor
Reduce list based on whether the SP 'is linked' to the current IdP.
screenshot(HttpServletResponse, Long) - Method in class nl.surfnet.coin.selfservice.control.ImageController
 
screenshot(MultipartFile, Long, HttpServletResponse) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
screenshot(Long) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
Screenshot - Class in nl.surfnet.coin.selfservice.domain
 
Screenshot() - Constructor for class nl.surfnet.coin.selfservice.domain.Screenshot
 
Screenshot(Long) - Constructor for class nl.surfnet.coin.selfservice.domain.Screenshot
 
Screenshot(byte[]) - Constructor for class nl.surfnet.coin.selfservice.domain.Screenshot
 
ScreenshotDao - Interface in nl.surfnet.coin.selfservice.dao
FieldStringDao.java
ScreenshotHibernateDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
FieldImageHibernateDaoImpl.java
ScreenshotHibernateDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.ScreenshotHibernateDaoImpl
 
selectIdp(String) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.CspStatusController
 
sendMail(String, String, String) - Method in interface nl.surfnet.coin.selfservice.service.EmailService
Send an email message.
sendMail(String, String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
Send an email message.
sendTemplatedMultipartEmail(String, String, Locale, List<String>, String, Map<String, Object>) - Method in interface nl.surfnet.coin.selfservice.service.EmailService
Send a (multipart) email message using a (freemarker) template.
sendTemplatedMultipartEmail(String, String, Locale, List<String>, String, Map<String, Object>) - Method in class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
 
SERVICE_APPLY_ALLOWED - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if a logged user is allowed to request connections / disconnects
SERVICE_CONNECTION_VISIBLE - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if the status of a technical connection is visible to the current user.
SERVICE_QUESTION_ALLOWED - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the info if a logged user is allowed to ask questions
serviceDetail(long, String, String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.ServiceDetailController
Controller for detail page.
ServiceDetailController - Class in nl.surfnet.coin.selfservice.control
Controller for the detail view(s) of a service (provider)
ServiceDetailController() - Constructor for class nl.surfnet.coin.selfservice.control.ServiceDetailController
 
serviceProvider(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
ServiceProvider - Class in nl.surfnet.coin.selfservice.domain
Service Provider
ServiceProvider(String) - Constructor for class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
ServiceProvider(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.ServiceProvider
Deprecated.
name is not a single value String anymore
ServiceProviderService - Interface in nl.surfnet.coin.selfservice.service
Interface of services that returns information about Service Providers (SPs).
ServiceRegistryProviderService - Class in nl.surfnet.coin.selfservice.service.impl
 
ServiceRegistryProviderService() - Constructor for class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
setAcl(ACL) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setActiveMode(boolean) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setActiveMode(boolean) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setAdminDistributionRole(String) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
setAdminDistributionTeam(String) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setAdministrativeEmail(String) - Method in class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
 
setAdminLicentieIdPRole(String) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
setAdminLicentieIdPTeam(String) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setAdminSurfConextIdPRole(String) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
setAdminSurfConextIdPTeam(String) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setAgree(boolean) - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
setAgree(boolean) - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
setAndroidPlayStoreMedium(ArticleMedium) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setApiClient(OpenConextOAuthClient) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setAppleAppStoreMedium(ArticleMedium) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setApplicationUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setArp(ARP) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setArticle(Article) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setArticleName(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setArticleState(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setAttributeMap(Map<String, List<String>>) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setAuthorities(List<CoinAuthority>) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setBaseUrl(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
setBaseUrl(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
setBaseUrl(String) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Set the base URL of the Jira instance to use
setBody(String) - Method in class nl.surfnet.coin.selfservice.command.Question
 
setCallbackFlagParameter(String) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setCallbackUrl(String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
setCertificates(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStore
 
setCertificates(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.service.impl.ssl.KeyStoreMock
 
setCompoundServiceProvider(CompoundServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.Field
 
setCompoundServiceProvider(CompoundServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.Screenshot
 
setCompoundServiceProviderId(long) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
setConstraints(AttributeScopeConstraints) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setConsumerKey(String) - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
setConsumerKey(String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
setConsumerSecret(String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
setContactPersons(List<ContactPerson>) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setContactPersonType(ContactPersonType) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setData(List<Integer>) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setDataSource(DataSource) - Method in class nl.surfnet.coin.selfservice.dao.impl.ActionsDaoImpl
 
setDataSource(DataSource) - Method in class nl.surfnet.coin.selfservice.dao.impl.LmngIdentifierDaoImpl
 
setDebug(boolean) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setDebug(boolean) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setDescription(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
Deprecated.
use #addDescriptions with the language code as key
setDescriptions(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setDescriptions(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setDetailLogo(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setDev(boolean) - Method in class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
setDisplayName(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setDisplayName(String) - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
setEbJdbcTemplate(JdbcTemplate) - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
setEmail(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setEmailAddress(String) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setEndDate(Date) - Method in class nl.surfnet.coin.selfservice.domain.License
 
setEndpoint(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setEndpoint(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setEndpointBaseUrl(String) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
setEndUserDescriptionNl(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
setEulaURL(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setFieldImages(SortedSet<FieldImage>) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setFields(SortedSet<FieldString>) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setFreemarkerConfiguration(Configuration) - Method in class nl.surfnet.coin.selfservice.service.impl.EmailServiceImpl
 
setGadgetBaseUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setGroupLicense(boolean) - Method in class nl.surfnet.coin.selfservice.domain.License
 
setHomeUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setHomeUrls(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setId(long) - Method in class nl.surfnet.coin.selfservice.domain.Action
 
setId(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setId(String) - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
setId(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setId(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setIdentityProvider(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
 
setIdentityProviderService(IdentityProviderService) - Method in class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 
setIdp(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setIdpEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setIdpRefs(List<String>) - Method in class nl.surfnet.coin.selfservice.domain.ACL
 
setIdPs(List<IdentityProvider>) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
setIdpVisibleOnly(boolean) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setImage(byte[]) - Method in class nl.surfnet.coin.selfservice.domain.FieldImage
 
setImage(byte[]) - Method in class nl.surfnet.coin.selfservice.domain.Screenshot
 
setInstitutionDescriptionNl(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setInstitutionId(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setInstitutionId(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setInstitutionName(String) - Method in class nl.surfnet.coin.selfservice.domain.License
 
setJanusUri(URI) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
setJiraSoapService(JiraSoapService) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
meant to override the default impl (for instance to mock for unit tests)
setKey(Field.Key) - Method in class nl.surfnet.coin.selfservice.domain.Field
 
setKey(String) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setKeyStore(KeyStore) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setKeyStore(KeyStore) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setKeystorePassword(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setKeystorePassword(String) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setLicenseNumber(String) - Method in class nl.surfnet.coin.selfservice.domain.License
 
setLicenses(List<License>) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setLinked(boolean) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setLmngActive(boolean) - Method in class nl.surfnet.coin.selfservice.filter.ApiOAuthFilter
 
setLmngActive(boolean) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
setLmngActive(boolean) - Method in class nl.surfnet.coin.selfservice.interceptor.LmngActiveAwareInterceptor
 
setLmngArticleCacheExpireSeconds(int) - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
 
setLmngIdentifier(String) - Method in class nl.surfnet.coin.selfservice.command.LmngIdentityBinding
 
setLmngIdentifier(String) - Method in class nl.surfnet.coin.selfservice.command.LmngServiceBinding
 
setLmngIdentifier(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setLmngIdentifierDao(LmngIdentifierDao) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setLmngLicenseCacheExpireSeconds(int) - Method in class nl.surfnet.coin.selfservice.service.impl.CompoundSPService
 
setLmngProductIdentifier(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setLogoUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setMail(String) - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
setMetadataUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setName(String) - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
setName(String) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setName(String) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setName(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProviderRepresenter
 
setName(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setNames(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setNames(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setNotes(String) - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
setNotes(String) - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
setoAuthTokenDaos(List<OAuthTokenDao>) - Method in class nl.surfnet.coin.selfservice.service.impl.OAuthTokenServiceImpl
 
setPassword(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
setPassword(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
setPassword(String) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Set the password to use to authenticate against Jira
setPointInterval(long) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setPointStart(long) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setProductName(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setProjectKey(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
setProjectKey(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
setProjectKey(String) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
The project key used to submit issues
setSchacHomeOrganization(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setSchacHomeOrganization(String) - Method in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
setScreenShotsImages(Set<Screenshot>) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setSecret(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
setSelected(boolean) - Method in class nl.surfnet.coin.selfservice.domain.MenuItem
 
setSelfserviceJdbcTemplate(JdbcTemplate) - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
setServiceDescriptionNl(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setServiceProvider(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.command.LmngServiceBinding
 
setServiceProvider(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
setServiceProviderEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setSloLocation(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setSource(Field.Source) - Method in class nl.surfnet.coin.selfservice.domain.Field
 
setSource(String) - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
setSp(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.Action
setSpecialConditions(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setSpEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setSpEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProviderRepresenter
 
setSps(List<ServiceProvider>) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
setSsoLocation(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setStartDate(Date) - Method in class nl.surfnet.coin.selfservice.domain.License
 
setStatisticDao(StatisticDao) - Method in class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
setSubject(String) - Method in class nl.surfnet.coin.selfservice.command.Question
 
setSupplierName(String) - Method in class nl.surfnet.coin.selfservice.domain.Article
 
setTelephoneNumber(String) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setTimeout(long) - Method in class nl.surfnet.coin.selfservice.dao.impl.MockStatisticDaoImpl
 
setTotal(int) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
setTrustStore(KeyStore) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceImpl
 
setTrustStore(KeyStore) - Method in class nl.surfnet.coin.selfservice.service.impl.LmngServiceMock
 
setType(ArticleMedium.ArticleMediumType) - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
setType(ProviderType) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setUid(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.ArticleMedium
 
setUrls(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setUser(String) - Method in class nl.surfnet.coin.selfservice.util.JanusRestClientMock
 
setUserId(String) - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
setUsername(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
setUsername(String) - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceMock
 
setUsername(String) - Method in interface nl.surfnet.coin.selfservice.service.JiraService
Set the username to use to authenticate against Jira
setUuidAttribute(String) - Method in class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 
setValue(String) - Method in class nl.surfnet.coin.selfservice.domain.FieldString
 
setVersion(OAuthVersion) - Method in class nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock
 
setViewerSurfConextIdPRole(String) - Method in class nl.surfnet.coin.selfservice.filter.SabEntitlementsFilter
 
sort() - Method in class nl.surfnet.coin.selfservice.domain.NotificationMessage
 
sortByDateAsc() - Static method in class nl.surfnet.coin.selfservice.domain.Action
get a Comparator that sorts by date ascending: newest first
SOURCE - Static variable in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv10aImpl
 
SOURCE - Static variable in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoAPIv2Impl
 
SOURCE - Static variable in class nl.surfnet.coin.selfservice.dao.impl.OAuthTokenDaoShindigImpl
 
SP_CUSTOM_FIELD - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
spLinkRequest(String, Long, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.requests.LinkrequestController
Controller for request form page.
SpLmngDataBindingController - Class in nl.surfnet.coin.selfservice.control.shopadmin
 
SpLmngDataBindingController() - Constructor for class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
SpLnmgListController - Class in nl.surfnet.coin.selfservice.control.shopadmin
 
SpLnmgListController() - Constructor for class nl.surfnet.coin.selfservice.control.shopadmin.SpLnmgListController
 
spQuestion(String, Long, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.requests.QuestionController
Controller for question form page.
spQuestionSubmit(String, Long, IdentityProvider, Question, BindingResult) - Method in class nl.surfnet.coin.selfservice.control.requests.QuestionController
 
spRequestPost(String, Long, LinkRequest, BindingResult, IdentityProvider, SessionStatus) - Method in class nl.surfnet.coin.selfservice.control.requests.LinkrequestController
 
spRequestSubmitConfirm(String, Long, UnlinkRequest, BindingResult, boolean, IdentityProvider, SessionStatus) - Method in class nl.surfnet.coin.selfservice.control.requests.UnlinkRequestController
 
SpringSecurity - Class in nl.surfnet.coin.selfservice.util
 
SpringSecurity() - Constructor for class nl.surfnet.coin.selfservice.util.SpringSecurity
 
spUnlinkRequest(String, Long, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.requests.UnlinkRequestController
Controller for unlink request form page.
spUnlinkrequestPost(String, Long, IdentityProvider, UnlinkRequest, BindingResult) - Method in class nl.surfnet.coin.selfservice.control.requests.UnlinkRequestController
 
StatisticController - Class in nl.surfnet.coin.selfservice.control.stats
Controller for statistics
StatisticController() - Constructor for class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
StatisticDao - Interface in nl.surfnet.coin.selfservice.dao
Service for statistics
StatisticDaoImpl - Class in nl.surfnet.coin.selfservice.dao.impl
SQL implementation for the statistic service
StatisticDaoImpl() - Constructor for class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
StatResult - Class in nl.surfnet.coin.selfservice.domain
Represents the result row of the mysql query to get login statistics
StatResult(String, String, long, Integer, String) - Constructor for class nl.surfnet.coin.selfservice.domain.StatResult
 
stats(ModelMap, IdentityProvider, String) - Method in class nl.surfnet.coin.selfservice.control.stats.StatisticController
 
status(JiraTask.Status) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
synchronizeWithJira(String) - Method in interface nl.surfnet.coin.selfservice.service.ActionsService
Close local actions that are closed in Jira for a given identity provider.
synchronizeWithJira(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ActionsServiceImpl
 

T

text - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.Group20Wrap
 
text - Variable in class nl.surfnet.coin.selfservice.domain.GroupContext.PersonWrap
 
TOKEN_CHECK - Static variable in class nl.surfnet.coin.selfservice.control.BaseController
The name of the key under which we store the token used to prevent session hijacking
toString() - Method in class nl.surfnet.coin.selfservice.domain.CoinAuthority
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.CompoundServiceProvider
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.Field
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.FieldImage
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.FieldString
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.License
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.OAuthTokenInfo
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
TYPE_LINKREQUEST - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
TYPE_QUESTION - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
TYPE_UNLINKREQUEST - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 

U

UID_PLACEHOLDER - Static variable in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
 
UnlinkRequest - Class in nl.surfnet.coin.selfservice.command
 
UnlinkRequest() - Constructor for class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
UnlinkRequestController - Class in nl.surfnet.coin.selfservice.control.requests
 
UnlinkRequestController() - Constructor for class nl.surfnet.coin.selfservice.control.requests.UnlinkRequestController
 
updateImageField(Long, String, Field.Source) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
updateStringField(Long, String, Field.Source, String) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
upload(MultipartFile, Field.Source, Long, String) - Method in class nl.surfnet.coin.selfservice.control.shopadmin.SpLmngDataBindingController
 
user() - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
USER_ATTRIBUTE_DISPLAY_NAME - Static variable in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
USER_ATTRIBUTE_MAIL - Static variable in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 
USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS - Static variable in class nl.surfnet.coin.selfservice.util.PersonMainAttributes
 

V

valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.ArticleMedium.ArticleMediumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.CoinAuthority.Authority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.ContactPersonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.Field.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.Field.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.Provider.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.domain.ProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock.Users
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.Action.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.ArticleMedium.ArticleMediumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.CoinAuthority.Authority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.ContactPersonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.Field.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.Field.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.JiraTask.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.Provider.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.domain.ProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.surfnet.coin.selfservice.util.OpenConextOAuthClientMock.Users
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeIO(String, String) - Static method in class nl.surfnet.coin.selfservice.service.impl.LmngUtil
Write the given content to a file with the given filename (and add a datetime prefix).

X

XStreamFedConfigBuilder - Class in nl.surfnet.coin.selfservice.util
Utility class for the XStream configuration needed to handle FederatieConfig
A B C D E F G H I J K L M N O P Q R S T U V W X 

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