Class JPAOIDCC4UIUserTemplate
- 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.AbstractAnyTemplate
-
- org.apache.syncope.core.persistence.jpa.entity.JPAOIDCC4UIUserTemplate
-
- All Implemented Interfaces:
Serializable
,AnyTemplate
,Entity
,OIDCC4UIUserTemplate
@Entity public class JPAOIDCC4UIUserTemplate extends AbstractAnyTemplate implements OIDCC4UIUserTemplate
- 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 JPAOIDCC4UIUserTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCC4UIProvider
getOP()
void
setOP(OIDCC4UIProvider op)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAnyTemplate
get, getAnyType, set, setAnyType
-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.AnyTemplate
get, getAnyType, set, setAnyType
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOP
public OIDCC4UIProvider getOP()
- Specified by:
getOP
in interfaceOIDCC4UIUserTemplate
-
setOP
public void setOP(OIDCC4UIProvider op)
- Specified by:
setOP
in interfaceOIDCC4UIUserTemplate
-
-