Class X509AuthToken
- java.lang.Object
- 
- jadex.platform.service.security.auth.AuthToken
- 
- jadex.platform.service.security.auth.X509AuthToken
 
 
- 
 public class X509AuthToken extends AuthToken Authentication token created with the X509 certificate-based process.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringcertificateThe certificate.
 - 
Constructor SummaryConstructors Constructor Description X509AuthToken()Creates the token.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCertificate()Gets the signing certificate.voidsetCertificate(java.lang.String certificate)Sets the signing certificate.- 
Methods inherited from class jadex.platform.service.security.auth.AuthTokengetAuthData, setAuthData
 
- 
 
-