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 Summary
Fields Modifier and Type Field Description protected java.lang.String
certificate
The certificate.
-
Constructor Summary
Constructors Constructor Description X509AuthToken()
Creates the token.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCertificate()
Gets the signing certificate.void
setCertificate(java.lang.String certificate)
Sets the signing certificate.-
Methods inherited from class jadex.platform.service.security.auth.AuthToken
getAuthData, setAuthData
-
-