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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
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, 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:
getName
in interfaceOIDCC4UIProvider
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceOIDCC4UIProvider
-
getClientID
public String getClientID()
- Specified by:
getClientID
in interfaceOIDCC4UIProvider
-
setClientID
public void setClientID(String clientID)
- Specified by:
setClientID
in interfaceOIDCC4UIProvider
-
getClientSecret
public String getClientSecret()
- Specified by:
getClientSecret
in interfaceOIDCC4UIProvider
-
setClientSecret
public void setClientSecret(String clientSecret)
- Specified by:
setClientSecret
in interfaceOIDCC4UIProvider
-
getAuthorizationEndpoint
public String getAuthorizationEndpoint()
- Specified by:
getAuthorizationEndpoint
in interfaceOIDCC4UIProvider
-
setAuthorizationEndpoint
public void setAuthorizationEndpoint(String authorizationEndpoint)
- Specified by:
setAuthorizationEndpoint
in interfaceOIDCC4UIProvider
-
getTokenEndpoint
public String getTokenEndpoint()
- Specified by:
getTokenEndpoint
in interfaceOIDCC4UIProvider
-
setTokenEndpoint
public void setTokenEndpoint(String tokenEndpoint)
- Specified by:
setTokenEndpoint
in interfaceOIDCC4UIProvider
-
getJwksUri
public String getJwksUri()
- Specified by:
getJwksUri
in interfaceOIDCC4UIProvider
-
setJwksUri
public void setJwksUri(String jwksUri)
- Specified by:
setJwksUri
in interfaceOIDCC4UIProvider
-
getIssuer
public String getIssuer()
- Specified by:
getIssuer
in interfaceOIDCC4UIProvider
-
setIssuer
public void setIssuer(String issuer)
- Specified by:
setIssuer
in interfaceOIDCC4UIProvider
-
getUserinfoEndpoint
public String getUserinfoEndpoint()
- Specified by:
getUserinfoEndpoint
in interfaceOIDCC4UIProvider
-
setUserinfoEndpoint
public void setUserinfoEndpoint(String userinfoEndpoint)
- Specified by:
setUserinfoEndpoint
in interfaceOIDCC4UIProvider
-
getEndSessionEndpoint
public String getEndSessionEndpoint()
- Specified by:
getEndSessionEndpoint
in interfaceOIDCC4UIProvider
-
setEndSessionEndpoint
public void setEndSessionEndpoint(String endSessionEndpoint)
- Specified by:
setEndSessionEndpoint
in interfaceOIDCC4UIProvider
-
getScopes
public List<String> getScopes()
- Specified by:
getScopes
in interfaceOIDCC4UIProvider
-
setScopes
public void setScopes(List<String> scopes)
- 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
public OIDCC4UIUserTemplate getUserTemplate()
- Specified by:
getUserTemplate
in interfaceOIDCC4UIProvider
-
setUserTemplate
public void setUserTemplate(OIDCC4UIUserTemplate userTemplate)
- Specified by:
setUserTemplate
in interfaceOIDCC4UIProvider
-
getItems
public List<Item> getItems()
- Specified by:
getItems
in interfaceOIDCC4UIProvider
-
getConnObjectKeyItem
public Optional<Item> getConnObjectKeyItem()
- Specified by:
getConnObjectKeyItem
in interfaceOIDCC4UIProvider
-
setConnObjectKeyItem
public void setConnObjectKeyItem(Item item)
- Specified by:
setConnObjectKeyItem
in interfaceOIDCC4UIProvider
-
add
public boolean add(Implementation action)
- Specified by:
add
in interfaceOIDCC4UIProvider
-
getActions
public List<? extends Implementation> getActions()
- Specified by:
getActions
in interfaceOIDCC4UIProvider
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-