Package org.keycloak.representations.idm
Class UserFederationProviderFactoryRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.UserFederationProviderFactoryRepresentation
-
public class UserFederationProviderFactoryRepresentation extends Object
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description UserFederationProviderFactoryRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHelpText()
String
getId()
Set<String>
getOptions()
List<ConfigPropertyRepresentation>
getProperties()
int
hashCode()
void
setHelpText(String helpText)
void
setId(String id)
void
setOptions(Set<String> options)
void
setProperties(List<ConfigPropertyRepresentation> properties)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getHelpText
public String getHelpText()
-
setHelpText
public void setHelpText(String helpText)
-
getProperties
public List<ConfigPropertyRepresentation> getProperties()
-
setProperties
public void setProperties(List<ConfigPropertyRepresentation> properties)
-
-