Class JPAOIDCC4UIProvider
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPAOIDCC4UIProvider
- All Implemented Interfaces:
Serializable
,Entity
,OIDCC4UIProvider
@Entity
@OIDCC4UIProviderCheck
public class JPAOIDCC4UIProvider
extends AbstractGeneratedKeyEntity
implements OIDCC4UIProvider
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(Implementation action) List
<? extends Implementation> boolean
getItems()
getName()
boolean
boolean
boolean
protected void
json2list
(boolean clearFirst) void
void
postLoad()
void
postSave()
void
setAuthorizationEndpoint
(String authorizationEndpoint) void
setClientID
(String clientID) void
setClientSecret
(String clientSecret) void
setConnObjectKeyItem
(Item item) 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
(OIDCC4UIUserTemplate userTemplate) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAOIDCC4UIProvider
public JPAOIDCC4UIProvider()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceOIDCC4UIProvider
-
setName
- Specified by:
setName
in interfaceOIDCC4UIProvider
-
getClientID
- Specified by:
getClientID
in interfaceOIDCC4UIProvider
-
setClientID
- Specified by:
setClientID
in interfaceOIDCC4UIProvider
-
getClientSecret
- Specified by:
getClientSecret
in interfaceOIDCC4UIProvider
-
setClientSecret
- Specified by:
setClientSecret
in interfaceOIDCC4UIProvider
-
getAuthorizationEndpoint
- Specified by:
getAuthorizationEndpoint
in interfaceOIDCC4UIProvider
-
setAuthorizationEndpoint
- Specified by:
setAuthorizationEndpoint
in interfaceOIDCC4UIProvider
-
getTokenEndpoint
- Specified by:
getTokenEndpoint
in interfaceOIDCC4UIProvider
-
setTokenEndpoint
- Specified by:
setTokenEndpoint
in interfaceOIDCC4UIProvider
-
getJwksUri
- Specified by:
getJwksUri
in interfaceOIDCC4UIProvider
-
setJwksUri
- Specified by:
setJwksUri
in interfaceOIDCC4UIProvider
-
getIssuer
- Specified by:
getIssuer
in interfaceOIDCC4UIProvider
-
setIssuer
- Specified by:
setIssuer
in interfaceOIDCC4UIProvider
-
getUserinfoEndpoint
- Specified by:
getUserinfoEndpoint
in interfaceOIDCC4UIProvider
-
setUserinfoEndpoint
- Specified by:
setUserinfoEndpoint
in interfaceOIDCC4UIProvider
-
getEndSessionEndpoint
- Specified by:
getEndSessionEndpoint
in interfaceOIDCC4UIProvider
-
setEndSessionEndpoint
- Specified by:
setEndSessionEndpoint
in interfaceOIDCC4UIProvider
-
getScopes
- Specified by:
getScopes
in interfaceOIDCC4UIProvider
-
setScopes
- Specified by:
setScopes
in interfaceOIDCC4UIProvider
-
getHasDiscovery
public boolean getHasDiscovery()- Specified by:
getHasDiscovery
in interfaceOIDCC4UIProvider
-
setHasDiscovery
public void setHasDiscovery(boolean hasDiscovery) - Specified by:
setHasDiscovery
in interfaceOIDCC4UIProvider
-
isCreateUnmatching
public boolean isCreateUnmatching()- Specified by:
isCreateUnmatching
in interfaceOIDCC4UIProvider
-
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) - Specified by:
setCreateUnmatching
in interfaceOIDCC4UIProvider
-
isSelfRegUnmatching
public boolean isSelfRegUnmatching()- Specified by:
isSelfRegUnmatching
in interfaceOIDCC4UIProvider
-
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) - Specified by:
setSelfRegUnmatching
in interfaceOIDCC4UIProvider
-
isUpdateMatching
public boolean isUpdateMatching()- Specified by:
isUpdateMatching
in interfaceOIDCC4UIProvider
-
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) - Specified by:
setUpdateMatching
in interfaceOIDCC4UIProvider
-
getUserTemplate
- Specified by:
getUserTemplate
in interfaceOIDCC4UIProvider
-
setUserTemplate
- Specified by:
setUserTemplate
in interfaceOIDCC4UIProvider
-
getItems
- Specified by:
getItems
in interfaceOIDCC4UIProvider
-
getConnObjectKeyItem
- Specified by:
getConnObjectKeyItem
in interfaceOIDCC4UIProvider
-
setConnObjectKeyItem
- Specified by:
setConnObjectKeyItem
in interfaceOIDCC4UIProvider
-
add
- Specified by:
add
in interfaceOIDCC4UIProvider
-
getActions
- Specified by:
getActions
in interfaceOIDCC4UIProvider
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-