public interface SAFCredential
Modifier and Type | Interface and Description |
---|---|
static class |
SAFCredential.Type
SAFCredential types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuditString()
Retrieve the audit string used when authenticating this SAFCredential.
|
java.security.cert.X509Certificate |
getCertificate()
Retrive the certificate used when authenticating this SAFCredential.
|
java.lang.String |
getDistributedUserId()
Return the distributed user id associated with this SAFCredential.
|
java.lang.String |
getMvsUserId()
Retrieve the MVS user id this SAFCredential was mapped to.
|
java.lang.String |
getRealm()
Retrieve the realm associated with this SAFCredential.
|
SAFCredential.Type |
getType()
Retrieve the credential type.
|
java.lang.String |
getUserId()
Return the user id associated with this SAFCredential.
|
boolean |
isAuthenticated()
Returns whether or not the SAFCredential has been authenticated.
|
java.lang.String getUserId()
java.lang.String getAuditString()
java.security.cert.X509Certificate getCertificate()
SAFCredential.Type getType()
boolean isAuthenticated()
java.lang.String getMvsUserId()
java.lang.String getDistributedUserId()
java.lang.String getRealm()