|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential
be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
public abstract class AbstractSAMLToken
Abstract class
Constructor Summary | |
---|---|
AbstractSAMLToken(Element assertion,
Credential credential)
|
Method Summary | |
---|---|
void |
checkValidity()
|
Element |
getAssertion()
Gets the assertion. |
String |
getAssertionID()
|
X509Certificate |
getCertificate()
Gets the certificate. |
Certificate[] |
getCertificateChain()
Gets the certificate chain |
String |
getIssuer()
Gets the issuer. |
String |
getIssuerQualifier()
Gets the issuer qualifier. |
KeyStore |
getKeyStore()
|
PrivateKey |
getPrivateKey()
Gets the private key. |
String |
getProviderName()
Gets the keystore provider |
PublicKey |
getPublicKey()
Gets the public key. |
Methods inherited from class be.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential |
---|
getCertPath, getExpirationDateTime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ehealth.technicalconnector.service.sts.security.ExtendedCredential |
---|
getCertPath, getExpirationDateTime |
Constructor Detail |
---|
public AbstractSAMLToken(Element assertion, Credential credential)
Method Detail |
---|
public String getIssuer() throws TechnicalConnectorException
Credential
getIssuer
in interface Credential
TechnicalConnectorException
public String getIssuerQualifier() throws TechnicalConnectorException
Credential
getIssuerQualifier
in interface Credential
TechnicalConnectorException
public PublicKey getPublicKey() throws TechnicalConnectorException
Credential
getPublicKey
in interface Credential
TechnicalConnectorException
public PrivateKey getPrivateKey() throws TechnicalConnectorException
Credential
getPrivateKey
in interface Credential
TechnicalConnectorException
public X509Certificate getCertificate() throws TechnicalConnectorException
Credential
getCertificate
in interface Credential
TechnicalConnectorException
public Element getAssertion()
SAMLToken
getAssertion
in interface SAMLToken
public String getProviderName()
Credential
getProviderName
in interface Credential
public Certificate[] getCertificateChain() throws TechnicalConnectorException
Credential
getCertificateChain
in interface Credential
TechnicalConnectorException
public KeyStore getKeyStore() throws TechnicalConnectorException
getKeyStore
in interface Credential
TechnicalConnectorException
public String getAssertionID()
getAssertionID
in interface SAMLToken
public void checkValidity() throws TechnicalConnectorException
checkValidity
in interface SAMLToken
TechnicalConnectorException
SAMLToken.checkValidity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |