public abstract class AbstractCredentialFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
Credential
s.コンストラクタと説明 |
---|
AbstractCredentialFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getEntityID()
Get the entity ID of the credential.
|
List<String> |
getKeyNames()
Gets the names for the key represented by the 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(UsageType type)
Sets the usage type of the credential.
|
public List<String> getKeyNames()
public UsageType getUsageType()
public String getEntityID()
public void setKeyNames(List<String> names)
names
- names for the key represented by the credentialpublic void setUsageType(UsageType type)
type
- usage type of the credentialpublic void setEntityID(String newEntityID)
newEntityID
- the entity IDCopyright © 2012. All Rights Reserved.