Class JPASAML2SP4UIUserTemplate
- 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.JPASAML2SP4UIUserTemplate
-
- All Implemented Interfaces:
Serializable,AnyTemplate,Entity,SAML2SP4UIUserTemplate
@Entity public class JPASAML2SP4UIUserTemplate extends AbstractAnyTemplate implements SAML2SP4UIUserTemplate
- 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.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 JPASAML2SP4UIUserTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML2SP4UIIdPgetIdP()voidsetIdP(SAML2SP4UIIdP idp)-
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
-
getIdP
public SAML2SP4UIIdP getIdP()
- Specified by:
getIdPin interfaceSAML2SP4UIUserTemplate
-
setIdP
public void setIdP(SAML2SP4UIIdP idp)
- Specified by:
setIdPin interfaceSAML2SP4UIUserTemplate
-
-