Interface OIDCC4UIProvider
-
- All Superinterfaces:
Entity
,Serializable
- All Known Implementing Classes:
JPAOIDCC4UIProvider
public interface OIDCC4UIProvider extends Entity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String entityID)
-
getClientID
String getClientID()
-
setClientID
void setClientID(String clientId)
-
getClientSecret
String getClientSecret()
-
setClientSecret
void setClientSecret(String clientSecret)
-
getAuthorizationEndpoint
String getAuthorizationEndpoint()
-
setAuthorizationEndpoint
void setAuthorizationEndpoint(String authorizationEndpoint)
-
getTokenEndpoint
String getTokenEndpoint()
-
setTokenEndpoint
void setTokenEndpoint(String tokenEndpoint)
-
getJwksUri
String getJwksUri()
-
setJwksUri
void setJwksUri(String jwsUri)
-
getIssuer
String getIssuer()
-
setIssuer
void setIssuer(String issuer)
-
getUserinfoEndpoint
String getUserinfoEndpoint()
-
setUserinfoEndpoint
void setUserinfoEndpoint(String userinfoEndpoint)
-
getEndSessionEndpoint
String getEndSessionEndpoint()
-
setEndSessionEndpoint
void setEndSessionEndpoint(String endSessionEndpoint)
-
getHasDiscovery
boolean getHasDiscovery()
-
setHasDiscovery
void setHasDiscovery(boolean hasDiscovery)
-
isCreateUnmatching
boolean isCreateUnmatching()
-
setCreateUnmatching
void setCreateUnmatching(boolean createUnmatching)
-
isSelfRegUnmatching
boolean isSelfRegUnmatching()
-
setSelfRegUnmatching
void setSelfRegUnmatching(boolean selfRegUnmatching)
-
isUpdateMatching
boolean isUpdateMatching()
-
setUpdateMatching
void setUpdateMatching(boolean updateMatching)
-
getUserTemplate
OIDCC4UIUserTemplate getUserTemplate()
-
setUserTemplate
void setUserTemplate(OIDCC4UIUserTemplate userTemplate)
-
setConnObjectKeyItem
void setConnObjectKeyItem(Item item)
-
add
boolean add(Implementation action)
-
getActions
List<? extends Implementation> getActions()
-
-