public class AuthenticationInfo
extends java.lang.Object
getUserCredential()
, in the authentication
callback. See more details in AuthenticationCallback
.Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationInfo.Method
The authentication method to be used.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo.Method |
getAuthenticationMethod()
Get the effective authentication method for the metaspace, which the application is joining.
|
java.lang.String |
getHint()
Get the authentication hint as configured for the security domain, to which the metaspace belongs.
|
java.lang.String |
getMetaspaceName()
Get the metaspace name, which the authenticating application is joining.
|
Credential |
getUserCredential()
Get the empty credential object, which must be updated based on the effective authentication type.
|
public AuthenticationInfo.Method getAuthenticationMethod()
public java.lang.String getMetaspaceName()
public Credential getUserCredential()
UserPwdCredential
and X509V3Credential
for details.public java.lang.String getHint()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.