|
||||||||||
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
edu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
public class BasicCredentialFactoryBean
Factory bean for building X509Credential
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
BasicCredentialFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
Class |
getObjectType()
|
PrivateKey |
getPrivateKey()
Gets the private key respresented by this credential. |
PublicKey |
getPublicKey()
Gets the public key respresented by this credential. |
SecretKey |
getSecretKey()
Gets the secret key respresented by this credential. |
void |
setPrivateKey(PrivateKey key)
Sets the private key respresented by this credential. |
void |
setPublicKey(PublicKey key)
Sets the public key respresented by this credential. |
void |
setSecretKey(SecretKey key)
Sets the secret key respresented by this credential. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.security.AbstractCredentialFactoryBean |
---|
getEntityID, getKeyNames, getUsageType, setEntityID, setKeyNames, setUsageType |
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 BasicCredentialFactoryBean()
Method Detail |
---|
protected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public PrivateKey getPrivateKey()
public PublicKey getPublicKey()
public SecretKey getSecretKey()
public void setPrivateKey(PrivateKey key)
key
- private key respresented by this credentialpublic void setPublicKey(PublicKey key)
key
- public key respresented by this credentialpublic void setSecretKey(SecretKey key)
key
- secret key respresented by this credential
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |