A B C D E F G H I J K L M N P Q R S T U V 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
 
ActionListController - Class in nl.surfnet.coin.selfservice.control
 
ActionListController() - Constructor for class nl.surfnet.coin.selfservice.control.ActionListController
 
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
 
addArp(ARP) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
addAttributeName(String) - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
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
 
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
 
addName(String, String) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
addSp(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
afterPropertiesSet() - Method in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
ARP - Class in nl.surfnet.coin.selfservice.domain
Attribute release policy.
ARP() - Constructor for class nl.surfnet.coin.selfservice.domain.ARP
 
ARP(ARP) - Constructor for class nl.surfnet.coin.selfservice.domain.ARP
 
ARPFilter - Class in nl.surfnet.coin.selfservice.util
Returns a List of ARP for the current Identity Provider
ARPFilter() - Constructor for class nl.surfnet.coin.selfservice.util.ARPFilter
 

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
 
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 { name:'Mujina', data:[5, 7, 3, 0, 0, 0], pointStart: 123123123123, pointInterval: 24 * 3600 * 1000 // one day }
ChartSerie() - Constructor for class nl.surfnet.coin.selfservice.domain.ChartSerie
 
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
 
CoinUser - Class in nl.surfnet.coin.selfservice.domain
Simple conext user
CoinUser() - Constructor for class nl.surfnet.coin.selfservice.domain.CoinUser
 
compareTo(Provider) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
compareTo(StatResult) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
CompositeServiceProviderService - Class in nl.surfnet.coin.selfservice.service.impl
Service Provider Service that can query multiple ServiceProviderServices and will combine the results.
CompositeServiceProviderService() - Constructor for class nl.surfnet.coin.selfservice.service.impl.CompositeServiceProviderService
 
ContactPerson - Class in nl.surfnet.coin.selfservice.domain
 
ContactPerson(String, 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.
convertStatResultsToChartSeries(List<StatResult>) - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
The SQL query returns a single row per date/Service provider combination.
convertToGmt(Calendar) - Static method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
Get a converted Calendar in which the timezone difference has been added.
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.

D

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.
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.
doEndTag() - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 

E

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
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
equals(Object) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 

F

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
 
FederationProviderService - Class in nl.surfnet.coin.selfservice.service.impl
Provider Service seeded with xml config from federation.
FederationProviderService(String) - Constructor for class nl.surfnet.coin.selfservice.service.impl.FederationProviderService
Constructor
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
 
firstStatusThenName() - Static method in class nl.surfnet.coin.selfservice.domain.Provider
 

G

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
 
getAllServiceProviders(String) - Method in class nl.surfnet.coin.selfservice.service.impl.CompositeServiceProviderService
 
getAllServiceProviders(String) - Method in class nl.surfnet.coin.selfservice.service.impl.FederationProviderService
 
getAllServiceProviders(String) - 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.
getArpList() - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
getArps() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
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.
getAuthorities() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
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
 
getConextAttributes() - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
getContactPersons() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getContactPersonType() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getCurrentUser() - Static method in class nl.surfnet.coin.selfservice.control.BaseController
Get the IDP Entity Id from the security context.
getData() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getDate() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getDescription() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getDescriptions() - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
getDisplayName() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getEmail() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getEmailAddress() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getEulaURL() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
getFedAttributes() - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
getHomeUrl() - 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.Provider
 
getId() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
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.FederationProviderService
 
getIdp() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getIdpId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getIdpId() - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
getIdpId() - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
getIdpRefs() - Method in class nl.surfnet.coin.selfservice.domain.ACL
 
getIdPs() - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
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.FederationProviderService
 
getInstitution() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getInstitutionId() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getInstitutionIdps() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getIssueType() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getJiraKey() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
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
 
getLinkedServiceProviderIDs(String) - Method in class nl.surfnet.coin.selfservice.service.impl.ServiceRegistryProviderService
 
getLocale(HttpServletRequest) - Method in class nl.surfnet.coin.selfservice.control.SpDetailController
 
getLogins() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getLoginsPerSP(IdentityProvider, String) - Method in class nl.surfnet.coin.selfservice.control.StatisticController
 
getLoginsPerSpPerDay(String, String) - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 
getLoginsPerSpPerDay(String, String) - Method in interface nl.surfnet.coin.selfservice.dao.StatisticDao
Makes a List of login data for a specific Service Provider got the Identity Provider
getLogoUrl() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getMetadataUrl() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getMyInstitutionIdps() - Method in class nl.surfnet.coin.selfservice.control.BaseController
 
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.Provider
 
getNames() - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
getNotes() - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
getNotes() - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
getPassword() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getPersonAttributeLabels() - Method in class nl.surfnet.coin.selfservice.control.SpDetailController
 
getPointInterval() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
getPointStart() - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
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
 
getServiceProvider() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
getServiceProvider(String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.CompositeServiceProviderService
Returns the first SP found or null if none found.
getServiceProvider(String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.FederationProviderService
 
getServiceProvider(String, 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.
getSloLocation() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
getSp() - Method in class nl.surfnet.coin.selfservice.domain.Action
Get the SP this action is about.
getSpEntityId() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
getSpId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
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
 
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
 
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.
getTelephoneNumber() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
getType() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getType() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
getUid() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getUserId() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getUserName() - Method in class nl.surfnet.coin.selfservice.domain.Action
 
getUsername() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
getVar() - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
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

H

hashCode() - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
hashCode() - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
home() - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
HomeController - Class in nl.surfnet.coin.selfservice.control
 
HomeController() - Constructor for class nl.surfnet.coin.selfservice.control.HomeController
 

I

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
 
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
 
institution(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
isAccountNonExpired() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isAccountNonLocked() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isAgree() - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
isAgree() - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
isCredentialsNonExpired() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isEnabled() - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
isIdpVisibleOnly() - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
isLinked() - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
issueType(JiraTask.Type) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 

J

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
 

L

LinkRequest - Class in nl.surfnet.coin.selfservice.command
 
LinkRequest() - Constructor for class nl.surfnet.coin.selfservice.command.LinkRequest
 
listActions(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.ActionListController
 
listAllSps(IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.SpListController
 
loadConfiguration() - Method in class nl.surfnet.coin.selfservice.service.impl.FederationProviderService
 
loadConfiguration() - Method in interface nl.surfnet.coin.selfservice.service.SpringSchedulerLoadConfigurationService
(Scheduled) method that loads configuration.
logout() - 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

mapRowsToStatResult() - Method in class nl.surfnet.coin.selfservice.dao.impl.StatisticDaoImpl
 

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.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.interceptor - package nl.surfnet.coin.selfservice.interceptor
 
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.util - package nl.surfnet.coin.selfservice.util
 
NotificationService - Interface in nl.surfnet.coin.selfservice.service
 
NotificationServiceImpl - Class in nl.surfnet.coin.selfservice.service.impl
 
NotificationServiceImpl() - Constructor for class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 

P

PersonAttributeLabel - Class in nl.surfnet.coin.selfservice.domain
Labels for an attribute, like "urn:mace:dir:attribute-def:uid":{ "Name":{ "nl":"UID", "en":"UID" }, "Description":{ "nl":"jouw unieke gebruikersnaam binnen jouw instelling", "en":"your unique username within your organization" }
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
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
PRIORITY_MEDIUM - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
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
 
ProviderType - Enum in nl.surfnet.coin.selfservice.domain
provisionUser(Assertion) - Method in class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 

Q

Question - Class in nl.surfnet.coin.selfservice.command
 
Question() - Constructor for class nl.surfnet.coin.selfservice.command.Question
 

R

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
 
REOPEN_ACTION_IDENTIFIER - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 

S

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
 
sendMail(String, String, String, String) - Method in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
sendMail(String, String, String, String) - Method in interface nl.surfnet.coin.selfservice.service.NotificationService
 
serviceProvider(String) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
ServiceProvider - Class in nl.surfnet.coin.selfservice.domain
Service Provider
ServiceProvider(String, String) - Constructor for class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
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
 
setAdministrativeEmail(String) - Method in class nl.surfnet.coin.selfservice.service.impl.NotificationServiceImpl
 
setAgree(boolean) - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
setAgree(boolean) - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
setArpList(List<ARP>) - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
setArps(List<ARP>) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
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
 
setConextAttributes(Map<String, List<Object>>) - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
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
 
setDate(Date) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
setDescription(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setDescriptions(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setDev(boolean) - Method in class nl.surfnet.coin.selfservice.interceptor.FeatureInterceptor
 
setDisplayName(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setEmail(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setEmailAddress(String) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setEulaURL(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setFedAttributes(List<String>) - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
setHomeUrl(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.Provider
 
setId(String) - Method in class nl.surfnet.coin.selfservice.domain.ServiceProvider
 
setIdentityProviderService(IdentityProviderService) - Method in class nl.surfnet.coin.selfservice.provisioner.SAMLProvisioner
 
setIdp(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setIdpId(String) - Method in class nl.surfnet.coin.selfservice.domain.ARP
 
setIdpId(String) - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
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
 
setInstitutionId(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
setInstitutionId(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
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(String) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setLinked(boolean) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setLogins(Integer) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
setLogoUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setMetadataUrl(String) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
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.Provider
 
setNames(Map<String, String>) - Method in class nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
 
setNotes(String) - Method in class nl.surfnet.coin.selfservice.command.LinkRequest
 
setNotes(String) - Method in class nl.surfnet.coin.selfservice.command.UnlinkRequest
 
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(Date) - Method in class nl.surfnet.coin.selfservice.domain.ChartSerie
 
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
 
setServiceProviderServices(List<ServiceProviderService>) - Method in class nl.surfnet.coin.selfservice.service.impl.CompositeServiceProviderService
 
setSloLocation(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setSp(ServiceProvider) - Method in class nl.surfnet.coin.selfservice.domain.Action
setSpEntityId(String) - Method in class nl.surfnet.coin.selfservice.domain.StatResult
 
setSps(List<ServiceProvider>) - Method in class nl.surfnet.coin.selfservice.domain.FederatieConfig
 
setSsoLocation(String) - Method in class nl.surfnet.coin.selfservice.domain.IdentityProvider
 
setSubject(String) - Method in class nl.surfnet.coin.selfservice.command.Question
 
setTelephoneNumber(String) - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
setType(ProviderType) - Method in class nl.surfnet.coin.selfservice.domain.Provider
 
setUid(String) - Method in class nl.surfnet.coin.selfservice.domain.CoinUser
 
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
setVar(String) - Method in class nl.surfnet.coin.selfservice.util.ARPFilter
 
sortByDateAsc() - Static method in class nl.surfnet.coin.selfservice.domain.Action
get a Comparator that sorts by date ascending: newest first
SP_CUSTOM_FIELD - Static variable in class nl.surfnet.coin.selfservice.service.impl.JiraServiceImpl
 
spDetail(String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.SpDetailController
Controller for detail page.
SpDetailController - Class in nl.surfnet.coin.selfservice.control
Controller for SP detail pages
SpDetailController() - Constructor for class nl.surfnet.coin.selfservice.control.SpDetailController
 
SpLinkController - Class in nl.surfnet.coin.selfservice.control
 
SpLinkController() - Constructor for class nl.surfnet.coin.selfservice.control.SpLinkController
 
spLinkRequest(String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.SpLinkController
Controller for request form page.
SpListController - Class in nl.surfnet.coin.selfservice.control
 
SpListController() - Constructor for class nl.surfnet.coin.selfservice.control.SpListController
 
spQuestion(String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.SpDetailController
Controller for question form page.
spQuestionSubmit(String, IdentityProvider, Question, BindingResult) - Method in class nl.surfnet.coin.selfservice.control.SpDetailController
 
spRequestPost(String, IdentityProvider, LinkRequest, BindingResult) - Method in class nl.surfnet.coin.selfservice.control.SpLinkController
 
spRequestSubmitConfirm(String, LinkRequest, BindingResult, boolean, IdentityProvider, SessionStatus) - Method in class nl.surfnet.coin.selfservice.control.SpLinkController
 
spRequestSubmitConfirm(String, UnlinkRequest, BindingResult, boolean, IdentityProvider, SessionStatus) - Method in class nl.surfnet.coin.selfservice.control.SpUnlinkController
 
SpringSchedulerLoadConfigurationService - Interface in nl.surfnet.coin.selfservice.service
Service to enable Spring scheduling of loading configuration
SpUnlinkController - Class in nl.surfnet.coin.selfservice.control
 
SpUnlinkController() - Constructor for class nl.surfnet.coin.selfservice.control.SpUnlinkController
 
spUnlinkRequest(String, IdentityProvider) - Method in class nl.surfnet.coin.selfservice.control.SpUnlinkController
Controller for unlink request form page.
spUnlinkrequestPost(String, IdentityProvider, UnlinkRequest, BindingResult) - Method in class nl.surfnet.coin.selfservice.control.SpUnlinkController
 
StatisticController - Class in nl.surfnet.coin.selfservice.control
Controller for statistics
StatisticController() - Constructor for class nl.surfnet.coin.selfservice.control.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() - Constructor for class nl.surfnet.coin.selfservice.domain.StatResult
 
StatResult(String, Date, Integer) - Constructor for class nl.surfnet.coin.selfservice.domain.StatResult
 
status(JiraTask.Status) - Method in class nl.surfnet.coin.selfservice.domain.JiraTask.Builder
 
styleguide() - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
styleguideForm() - Method in class nl.surfnet.coin.selfservice.control.HomeController
 
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

toString() - Method in class nl.surfnet.coin.selfservice.domain.ContactPerson
 
toString() - Method in class nl.surfnet.coin.selfservice.domain.JiraTask
 
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

UnlinkRequest - Class in nl.surfnet.coin.selfservice.command
 
UnlinkRequest() - Constructor for class nl.surfnet.coin.selfservice.command.UnlinkRequest
 

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.ContactPersonType
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.ProviderType
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.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.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.ProviderType
Returns an array containing the constants of this enum type, in the order they are declared.

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 P Q R S T U V X 

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