|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
public class StoredIDDataConnectorBeanFactory
Spring factory bean for StoredIDDataConnector
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
StoredIDDataConnectorBeanFactory()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
DataSource |
getDatasource()
Gets the datasource used to communicate with database. |
String |
getGeneratedAttribute()
Gets the ID of the attribute generated by the connector. |
Class |
getObjectType()
|
long |
getQueryTimeout()
Gets the timeout, in milliseconds, of the SQL query. |
byte[] |
getSalt()
Gets the salt used when computing the ID. |
String |
getSourceAttribute()
Gets the ID of the attribute whose first value is used when generating the computed ID. |
void |
setDatasource(DataSource source)
Sets the datasource used to communicate with database. |
void |
setGeneratedAttribute(String id)
Sets the ID of the attribute generated by the connector. |
void |
setQueryTimeout(long timeout)
Sets the timeout, in milliseconds, of the SQL query. |
void |
setSalt(byte[] salt)
Sets the salt used when computing the ID. |
void |
setSourceAttribute(String id)
Sets the ID of the attribute whose first value is used when generating the computed ID. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean |
---|
getFailoverDataConnectorId, populateDataConnector, setFailoverDataConnectorIds |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean |
---|
getDependencyIds, getPluginId, setDependencyIds, setPluginId |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoredIDDataConnectorBeanFactory()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface FactoryBean
getObjectType
in class AbstractFactoryBean
public DataSource getDatasource()
public void setDatasource(DataSource source)
source
- datasource used to communicate with databasepublic long getQueryTimeout()
public void setQueryTimeout(long timeout)
timeout
- timeout, in milliseconds, of the SQL query.public String getGeneratedAttribute()
public void setGeneratedAttribute(String id)
id
- ID of the attribute generated by the connectorpublic String getSourceAttribute()
public void setSourceAttribute(String id)
id
- ID of the attribute whose first value is used when generating the computed IDpublic byte[] getSalt()
public void setSalt(byte[] salt)
salt
- salt used when computing the IDprotected Object createInstance() throws Exception
createInstance
in class AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |