public class AuthenticationProviderInfo extends Object implements Serializable
AccountInfo.getAuthenticator()
,
UserService.getAuthenticationProviderInfos()
,
Serialized FormConstructor and Description |
---|
AuthenticationProviderInfo(String id,
String name,
String description,
boolean primary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description of the authentication provider.
|
String |
getId()
Gets the unique identifier for the authentication provider.
|
String |
getName()
Gets the display name for the authentication provider.
|
int |
hashCode() |
boolean |
isPrimary()
Returns
true if the authentication provider is the primary provider, false otherwise. |
String |
toString() |
public AuthenticationProviderInfo(String id, String name, String description, boolean primary)
id
- the unique identifier for the authentication provider.name
- the display name for the authentication provider.description
- the description of the authentication provider.primary
- indicates that the authentication provider is the primary provider.public String getId()
public String getName()
public String getDescription()
public boolean isPrimary()
true
if the authentication provider is the primary provider, false
otherwise.True
if the authentication provider is the primary provider, false
otherwise.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>