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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()booleanbooleanbooleanvoidsetAuthorizationEndpoint(String authorizationEndpoint) voidsetClientID(String clientID) voidsetClientSecret(String clientSecret) voidsetCreateUnmatching(boolean createUnmatching) voidsetEndSessionEndpoint(String endSessionEndpoint) voidsetHasDiscovery(boolean hasDiscovery) voidvoidsetJwksUri(String jwksUri) voidvoidvoidsetSelfRegUnmatching(boolean selfRegUnmatching) voidsetTokenEndpoint(String tokenEndpoint) voidsetUpdateMatching(boolean updateMatching) voidsetUserinfoEndpoint(String userinfoEndpoint) voidsetUserTemplate(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
-