Class DetailedAuthenticatorResource
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.DetailedAuthenticatorResource
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class DetailedAuthenticatorResource
extends Object
implements Serializable
DetailedAuthenticatorResource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe rendering type for this authenticator. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientName(String clientName) Creates a new model with the given enum and no other data.displayName(String displayName) Creates a new model with the given enum and no other data.booleanThe name of the client needed for authentication requests.The display name of the this authenticator.The icon style class for this authenticator.getLinks()Get linksThe rendering type for this authenticator.inthashCode()iconStyleClass(String iconStyleClass) Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.putLinksItem(String key, String linksItem) Adds an entry to the existing set of entries.Creates a new model with the given enum and no other data.voidsetClientName(String clientName) voidsetDisplayName(String displayName) voidsetIconStyleClass(String iconStyleClass) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_CLIENT_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ICON_STYLE_CLASS
- See Also:
-
JSON_PROPERTY_RENDER_TYPE
- See Also:
-
-
Constructor Details
-
DetailedAuthenticatorResource
public DetailedAuthenticatorResource()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
links
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
putLinksItem
Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.- Parameters:
key- Object key at which to add an entry.linksItem- New value for the entry at the given key.- Returns:
- This instance for chaining method calls.
-
getLinks
-
setLinks
-
clientName
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getClientName
The name of the client needed for authentication requests.- Returns:
- clientName
-
setClientName
-
displayName
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getDisplayName
The display name of the this authenticator.- Returns:
- displayName
-
setDisplayName
-
iconStyleClass
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getIconStyleClass
The icon style class for this authenticator. This is used to determine which icon should be displayed for this authenticator.- Returns:
- iconStyleClass
-
setIconStyleClass
-
renderType
public DetailedAuthenticatorResource renderType(DetailedAuthenticatorResource.RenderTypeEnum renderType) Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getRenderType
The rendering type for this authenticator. This is used to determine how the authenticator should be rendered in the UI.- Returns:
- renderType
-
setRenderType
-
equals
-
hashCode
-
toString
-