public abstract class AbstractCredentialFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
Credential
s.Constructor and Description |
---|
AbstractCredentialFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
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 IDCopyright © 1999–2014. All rights reserved.