Package org.apache.syncope.common.lib.to
Class OIDCC4UIProviderTO
java.lang.Object
org.apache.syncope.common.lib.to.ItemContainer
org.apache.syncope.common.lib.to.OIDCC4UIProviderTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getName()
boolean
boolean
boolean
void
setAuthorizationEndpoint
(String authorizationEndpoint) void
setClientID
(String clientID) void
setClientSecret
(String clientSecret) void
setCreateUnmatching
(boolean createUnmatching) void
setEndSessionEndpoint
(String endSessionEndpoint) void
setHasDiscovery
(boolean hasDiscovery) void
void
setJwksUri
(String jwksUri) void
void
void
setSelfRegUnmatching
(boolean selfRegUnmatching) void
setTokenEndpoint
(String tokenEndpoint) void
setUpdateMatching
(boolean updateMatching) void
setUserinfoEndpoint
(String userinfoEndpoint) void
setUserTemplate
(UserTO userTemplate) Methods inherited from class org.apache.syncope.common.lib.to.ItemContainer
add, addConnObjectKeyItem, equals, getConnObjectKeyItem, getItems, hashCode, setConnObjectKeyItem
-
Constructor Details
-
OIDCC4UIProviderTO
public OIDCC4UIProviderTO()
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getClientID
-
setClientID
-
getClientSecret
-
setClientSecret
-
getAuthorizationEndpoint
-
setAuthorizationEndpoint
-
getTokenEndpoint
-
setTokenEndpoint
-
getJwksUri
-
setJwksUri
-
getIssuer
-
setIssuer
-
getUserinfoEndpoint
-
setUserinfoEndpoint
-
getEndSessionEndpoint
-
setEndSessionEndpoint
-
getScopes
-
getUserTemplate
-
getHasDiscovery
public boolean getHasDiscovery() -
setHasDiscovery
public void setHasDiscovery(boolean hasDiscovery) -
setUserTemplate
-
isCreateUnmatching
public boolean isCreateUnmatching() -
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) -
isUpdateMatching
public boolean isUpdateMatching() -
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) -
isSelfRegUnmatching
public boolean isSelfRegUnmatching() -
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) -
getActions
-