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
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Implementation action) List<? extends Implementation> booleangetItems()getName()booleanbooleanbooleanprotected voidjson2list(boolean clearFirst) voidvoidpostLoad()voidpostSave()voidsetAuthorizationEndpoint(String authorizationEndpoint) voidsetClientID(String clientID) voidsetClientSecret(String clientSecret) voidsetConnObjectKeyItem(Item item) 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(OIDCC4UIUserTemplate userTemplate) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods 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:
getNamein interfaceOIDCC4UIProvider
-
setName
- Specified by:
setNamein interfaceOIDCC4UIProvider
-
getClientID
- Specified by:
getClientIDin interfaceOIDCC4UIProvider
-
setClientID
- Specified by:
setClientIDin interfaceOIDCC4UIProvider
-
getClientSecret
- Specified by:
getClientSecretin interfaceOIDCC4UIProvider
-
setClientSecret
- Specified by:
setClientSecretin interfaceOIDCC4UIProvider
-
getAuthorizationEndpoint
- Specified by:
getAuthorizationEndpointin interfaceOIDCC4UIProvider
-
setAuthorizationEndpoint
- Specified by:
setAuthorizationEndpointin interfaceOIDCC4UIProvider
-
getTokenEndpoint
- Specified by:
getTokenEndpointin interfaceOIDCC4UIProvider
-
setTokenEndpoint
- Specified by:
setTokenEndpointin interfaceOIDCC4UIProvider
-
getJwksUri
- Specified by:
getJwksUriin interfaceOIDCC4UIProvider
-
setJwksUri
- Specified by:
setJwksUriin interfaceOIDCC4UIProvider
-
getIssuer
- Specified by:
getIssuerin interfaceOIDCC4UIProvider
-
setIssuer
- Specified by:
setIssuerin interfaceOIDCC4UIProvider
-
getUserinfoEndpoint
- Specified by:
getUserinfoEndpointin interfaceOIDCC4UIProvider
-
setUserinfoEndpoint
- Specified by:
setUserinfoEndpointin interfaceOIDCC4UIProvider
-
getEndSessionEndpoint
- Specified by:
getEndSessionEndpointin interfaceOIDCC4UIProvider
-
setEndSessionEndpoint
- Specified by:
setEndSessionEndpointin interfaceOIDCC4UIProvider
-
getScopes
- Specified by:
getScopesin interfaceOIDCC4UIProvider
-
setScopes
- Specified by:
setScopesin interfaceOIDCC4UIProvider
-
getHasDiscovery
public boolean getHasDiscovery()- Specified by:
getHasDiscoveryin interfaceOIDCC4UIProvider
-
setHasDiscovery
public void setHasDiscovery(boolean hasDiscovery) - Specified by:
setHasDiscoveryin interfaceOIDCC4UIProvider
-
isCreateUnmatching
public boolean isCreateUnmatching()- Specified by:
isCreateUnmatchingin interfaceOIDCC4UIProvider
-
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) - Specified by:
setCreateUnmatchingin interfaceOIDCC4UIProvider
-
isSelfRegUnmatching
public boolean isSelfRegUnmatching()- Specified by:
isSelfRegUnmatchingin interfaceOIDCC4UIProvider
-
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) - Specified by:
setSelfRegUnmatchingin interfaceOIDCC4UIProvider
-
isUpdateMatching
public boolean isUpdateMatching()- Specified by:
isUpdateMatchingin interfaceOIDCC4UIProvider
-
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) - Specified by:
setUpdateMatchingin interfaceOIDCC4UIProvider
-
getUserTemplate
- Specified by:
getUserTemplatein interfaceOIDCC4UIProvider
-
setUserTemplate
- Specified by:
setUserTemplatein interfaceOIDCC4UIProvider
-
getItems
- Specified by:
getItemsin interfaceOIDCC4UIProvider
-
getConnObjectKeyItem
- Specified by:
getConnObjectKeyItemin interfaceOIDCC4UIProvider
-
setConnObjectKeyItem
- Specified by:
setConnObjectKeyItemin interfaceOIDCC4UIProvider
-
add
- Specified by:
addin interfaceOIDCC4UIProvider
-
getActions
- Specified by:
getActionsin interfaceOIDCC4UIProvider
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-