|
||||||||||
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.ComputedIDDataConnectorFactoryBean
public class ComputedIDDataConnectorFactoryBean
Spring factory bean for ComputedIDDataConnector
s.
Field Summary | |
---|---|
private String |
generatedAttribute
ID of the attribute generated by the connector. |
private byte[] |
salt
Salt used when computing the ID. |
private String |
sourceAttribute
ID of the attribute whose first value is used when generating the computed ID. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
ComputedIDDataConnectorFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
String |
getGeneratedAttribute()
Gets the ID of the attribute generated by the connector. |
Class |
getObjectType()
|
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 |
setGeneratedAttribute(String id)
Sets the ID of the attribute generated by the connector. |
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 |
Field Detail |
---|
private String generatedAttribute
private String sourceAttribute
private byte[] salt
Constructor Detail |
---|
public ComputedIDDataConnectorFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
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 org.springframework.beans.factory.config.AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |