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,org.apache.openjpa.enhance.PersistenceCapable,Entity,OIDCC4UIProvider
@Entity @OIDCC4UIProviderCheck public class JPAOIDCC4UIProvider extends AbstractGeneratedKeyEntity implements OIDCC4UIProvider
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
pcStateManager
-
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
Constructors Constructor Description JPAOIDCC4UIProvider()
-
Method Summary
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, pcClearFields, pcCopyField, pcCopyFields, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsToObjectId, pcCopyKeyFieldsToObjectId, pcDirty, pcFetchObjectId, pcGetDetachedState, pcGetEnhancementContractVersion, pcGetGenericContext, pcGetIDOwningClass, pcGetManagedFieldCount, pcGetStateManager, pcGetVersion, pcIsDeleted, pcIsDetached, pcIsDirty, pcIsNew, pcIsPersistent, pcIsTransactional, pcNewInstance, pcNewInstance, pcNewObjectIdInstance, pcNewObjectIdInstance, pcProvideField, pcProvideFields, pcReplaceField, pcReplaceFields, pcReplaceStateManager, pcSerializing, pcSetDetachedState, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceOIDCC4UIProvider
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceOIDCC4UIProvider
-
getClientID
public String getClientID()
- Specified by:
getClientIDin interfaceOIDCC4UIProvider
-
setClientID
public void setClientID(String clientID)
- Specified by:
setClientIDin interfaceOIDCC4UIProvider
-
getClientSecret
public String getClientSecret()
- Specified by:
getClientSecretin interfaceOIDCC4UIProvider
-
setClientSecret
public void setClientSecret(String clientSecret)
- Specified by:
setClientSecretin interfaceOIDCC4UIProvider
-
getAuthorizationEndpoint
public String getAuthorizationEndpoint()
- Specified by:
getAuthorizationEndpointin interfaceOIDCC4UIProvider
-
setAuthorizationEndpoint
public void setAuthorizationEndpoint(String authorizationEndpoint)
- Specified by:
setAuthorizationEndpointin interfaceOIDCC4UIProvider
-
getTokenEndpoint
public String getTokenEndpoint()
- Specified by:
getTokenEndpointin interfaceOIDCC4UIProvider
-
setTokenEndpoint
public void setTokenEndpoint(String tokenEndpoint)
- Specified by:
setTokenEndpointin interfaceOIDCC4UIProvider
-
getJwksUri
public String getJwksUri()
- Specified by:
getJwksUriin interfaceOIDCC4UIProvider
-
setJwksUri
public void setJwksUri(String jwksUri)
- Specified by:
setJwksUriin interfaceOIDCC4UIProvider
-
getIssuer
public String getIssuer()
- Specified by:
getIssuerin interfaceOIDCC4UIProvider
-
setIssuer
public void setIssuer(String issuer)
- Specified by:
setIssuerin interfaceOIDCC4UIProvider
-
getUserinfoEndpoint
public String getUserinfoEndpoint()
- Specified by:
getUserinfoEndpointin interfaceOIDCC4UIProvider
-
setUserinfoEndpoint
public void setUserinfoEndpoint(String userinfoEndpoint)
- Specified by:
setUserinfoEndpointin interfaceOIDCC4UIProvider
-
getEndSessionEndpoint
public String getEndSessionEndpoint()
- Specified by:
getEndSessionEndpointin interfaceOIDCC4UIProvider
-
setEndSessionEndpoint
public void setEndSessionEndpoint(String endSessionEndpoint)
- Specified by:
setEndSessionEndpointin 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
public OIDCC4UIUserTemplate getUserTemplate()
- Specified by:
getUserTemplatein interfaceOIDCC4UIProvider
-
setUserTemplate
public void setUserTemplate(OIDCC4UIUserTemplate userTemplate)
- Specified by:
setUserTemplatein interfaceOIDCC4UIProvider
-
getItems
public List<org.apache.syncope.common.lib.to.Item> getItems()
- Specified by:
getItemsin interfaceOIDCC4UIProvider
-
getConnObjectKeyItem
public Optional<org.apache.syncope.common.lib.to.Item> getConnObjectKeyItem()
- Specified by:
getConnObjectKeyItemin interfaceOIDCC4UIProvider
-
setConnObjectKeyItem
public void setConnObjectKeyItem(org.apache.syncope.common.lib.to.Item item)
- Specified by:
setConnObjectKeyItemin interfaceOIDCC4UIProvider
-
add
public boolean add(Implementation action)
- Specified by:
addin interfaceOIDCC4UIProvider
-
getActions
public List<? extends Implementation> getActions()
- Specified by:
getActionsin interfaceOIDCC4UIProvider
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-