|
||||||||||
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.security.AbstractCredentialFactoryBean
public abstract class AbstractCredentialFactoryBean
Abstract factory bean for building Credential
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
AbstractCredentialFactoryBean()
|
Method Summary | |
---|---|
String |
getEntityID()
Get the entity ID of the credential. |
List<String> |
getKeyNames()
Gets the names for the key represented by the credential. |
org.opensaml.xml.security.credential.UsageType |
getUsageType()
Gets the usage type of the credential. |
void |
setEntityID(String newEntityID)
Set the entity ID of the credential. |
void |
setKeyNames(List<String> names)
Sets the names for the key represented by the credential. |
void |
setUsageType(org.opensaml.xml.security.credential.UsageType type)
Sets the usage type of the credential. |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, 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 AbstractCredentialFactoryBean()
Method Detail |
---|
public List<String> getKeyNames()
public org.opensaml.xml.security.credential.UsageType getUsageType()
public String getEntityID()
public void setKeyNames(List<String> names)
names
- names for the key represented by the credentialpublic void setUsageType(org.opensaml.xml.security.credential.UsageType type)
type
- usage type of the credentialpublic void setEntityID(String newEntityID)
newEntityID
- the entity ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |