public class OAuth2IdentityProvider extends Object implements Serializable
Constructor and Description |
---|
OAuth2IdentityProvider() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getIcon()
The path to a static resource that represents an icon to display on the action component for
this IDP.
|
String |
getId()
The registration ID of the of the IDP.
|
String |
getName()
The name of the IDP.
|
String |
getUrl()
The action URL to take the user to the authentication page for this IDP.
|
int |
hashCode() |
void |
setIcon(String icon)
The path to a static resource that represents an icon to display on the action component for
this IDP.
|
void |
setId(String id)
The registration ID of the of the IDP.
|
void |
setName(String name)
The name of the IDP.
|
void |
setUrl(String url)
The action URL to take the user to the authentication page for this IDP.
|
String |
toString() |
public String getId()
public String getName()
public String getUrl()
public String getIcon()
public void setId(String id)
name
- The ID of the IDP.public void setName(String name)
name
- The name of the IDP.public void setUrl(String url)
url
- The action URL to take the user to the authentication page for this IDP.public void setIcon(String icon)
icon
- The path to a static resource that represents an icon to display on the action
component for this IDP.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.