Class JPASAML2SP4UIIdP
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.JPASAML2SP4UIIdP
- All Implemented Interfaces:
Serializable
,Entity
,SAML2SP4UIIdP
@Entity
@SAML2SP4UIIdPCheck
public class JPASAML2SP4UIIdP
extends AbstractGeneratedKeyEntity
implements SAML2SP4UIIdP
- See Also:
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(Implementation action) List
<? extends Implementation> getItems()
byte[]
getName()
boolean
boolean
boolean
boolean
protected void
json2list
(boolean clearFirst) void
void
postLoad()
void
postSave()
void
setBindingType
(SAML2BindingType bindingType) void
setConnObjectKeyItem
(Item item) void
setCreateUnmatching
(boolean createUnmatching) void
setEntityID
(String entityID) void
setLogoutSupported
(boolean logoutSupported) void
setMetadata
(byte[] metadata) void
void
setRequestedAuthnContextProvider
(Implementation requestedAuthnContextProvider) void
setSelfRegUnmatching
(boolean selfRegUnmatching) void
setUpdateMatching
(boolean updateMatching) void
setUserTemplate
(SAML2SP4UIUserTemplate userTemplate) 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 Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPASAML2SP4UIIdP
public JPASAML2SP4UIIdP()
-
-
Method Details
-
getEntityID
- Specified by:
getEntityID
in interfaceSAML2SP4UIIdP
-
setEntityID
- Specified by:
setEntityID
in interfaceSAML2SP4UIIdP
-
getName
- Specified by:
getName
in interfaceSAML2SP4UIIdP
-
setName
- Specified by:
setName
in interfaceSAML2SP4UIIdP
-
getMetadata
public byte[] getMetadata()- Specified by:
getMetadata
in interfaceSAML2SP4UIIdP
-
setMetadata
public void setMetadata(byte[] metadata) - Specified by:
setMetadata
in interfaceSAML2SP4UIIdP
-
isLogoutSupported
public boolean isLogoutSupported()- Specified by:
isLogoutSupported
in interfaceSAML2SP4UIIdP
-
setLogoutSupported
public void setLogoutSupported(boolean logoutSupported) - Specified by:
setLogoutSupported
in interfaceSAML2SP4UIIdP
-
isCreateUnmatching
public boolean isCreateUnmatching()- Specified by:
isCreateUnmatching
in interfaceSAML2SP4UIIdP
-
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) - Specified by:
setCreateUnmatching
in interfaceSAML2SP4UIIdP
-
isSelfRegUnmatching
public boolean isSelfRegUnmatching()- Specified by:
isSelfRegUnmatching
in interfaceSAML2SP4UIIdP
-
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) - Specified by:
setSelfRegUnmatching
in interfaceSAML2SP4UIIdP
-
isUpdateMatching
public boolean isUpdateMatching()- Specified by:
isUpdateMatching
in interfaceSAML2SP4UIIdP
-
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) - Specified by:
setUpdateMatching
in interfaceSAML2SP4UIIdP
-
getBindingType
- Specified by:
getBindingType
in interfaceSAML2SP4UIIdP
-
setBindingType
- Specified by:
setBindingType
in interfaceSAML2SP4UIIdP
-
getUserTemplate
- Specified by:
getUserTemplate
in interfaceSAML2SP4UIIdP
-
setUserTemplate
- Specified by:
setUserTemplate
in interfaceSAML2SP4UIIdP
-
getItems
- Specified by:
getItems
in interfaceSAML2SP4UIIdP
-
getConnObjectKeyItem
- Specified by:
getConnObjectKeyItem
in interfaceSAML2SP4UIIdP
-
setConnObjectKeyItem
- Specified by:
setConnObjectKeyItem
in interfaceSAML2SP4UIIdP
-
add
- Specified by:
add
in interfaceSAML2SP4UIIdP
-
getActions
- Specified by:
getActions
in interfaceSAML2SP4UIIdP
-
getRequestedAuthnContextProvider
- Specified by:
getRequestedAuthnContextProvider
in interfaceSAML2SP4UIIdP
-
setRequestedAuthnContextProvider
- Specified by:
setRequestedAuthnContextProvider
in interfaceSAML2SP4UIIdP
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-