|
||||||||||
| 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()
Gets the associated KeyStore |
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 CredentialTechnicalConnectorException
public String getIssuerQualifier()
throws TechnicalConnectorException
Credential
getIssuerQualifier in interface CredentialTechnicalConnectorException
public PublicKey getPublicKey()
throws TechnicalConnectorException
Credential
getPublicKey in interface CredentialTechnicalConnectorException
public PrivateKey getPrivateKey()
throws TechnicalConnectorException
Credential
getPrivateKey in interface CredentialTechnicalConnectorException
public X509Certificate getCertificate()
throws TechnicalConnectorException
Credential
getCertificate in interface CredentialTechnicalConnectorExceptionpublic Element getAssertion()
SAMLToken
getAssertion in interface SAMLTokenpublic String getProviderName()
Credential
getProviderName in interface Credential
public Certificate[] getCertificateChain()
throws TechnicalConnectorException
Credential
getCertificateChain in interface CredentialTechnicalConnectorException
public KeyStore getKeyStore()
throws TechnicalConnectorException
CredentialKeyStore
getKeyStore in interface CredentialTechnicalConnectorExceptionpublic String getAssertionID()
getAssertionID in interface SAMLToken
public void checkValidity()
throws TechnicalConnectorException
checkValidity in interface SAMLTokenTechnicalConnectorExceptionSAMLToken.checkValidity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||