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:
- 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 JPASAML2SP4UIIdP()
-
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
-
getEntityID
public String getEntityID()
- Specified by:
getEntityID
in interfaceSAML2SP4UIIdP
-
setEntityID
public void setEntityID(String entityID)
- Specified by:
setEntityID
in interfaceSAML2SP4UIIdP
-
getName
public String getName()
- Specified by:
getName
in interfaceSAML2SP4UIIdP
-
setName
public void setName(String name)
- 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
public SAML2BindingType getBindingType()
- Specified by:
getBindingType
in interfaceSAML2SP4UIIdP
-
setBindingType
public void setBindingType(SAML2BindingType bindingType)
- Specified by:
setBindingType
in interfaceSAML2SP4UIIdP
-
getUserTemplate
public SAML2SP4UIUserTemplate getUserTemplate()
- Specified by:
getUserTemplate
in interfaceSAML2SP4UIIdP
-
setUserTemplate
public void setUserTemplate(SAML2SP4UIUserTemplate userTemplate)
- Specified by:
setUserTemplate
in interfaceSAML2SP4UIIdP
-
getItems
public List<Item> getItems()
- Specified by:
getItems
in interfaceSAML2SP4UIIdP
-
getConnObjectKeyItem
public Optional<Item> getConnObjectKeyItem()
- Specified by:
getConnObjectKeyItem
in interfaceSAML2SP4UIIdP
-
setConnObjectKeyItem
public void setConnObjectKeyItem(Item item)
- Specified by:
setConnObjectKeyItem
in interfaceSAML2SP4UIIdP
-
add
public boolean add(Implementation action)
- Specified by:
add
in interfaceSAML2SP4UIIdP
-
getActions
public List<? extends Implementation> getActions()
- Specified by:
getActions
in interfaceSAML2SP4UIIdP
-
getRequestedAuthnContextProvider
public JPAImplementation getRequestedAuthnContextProvider()
- Specified by:
getRequestedAuthnContextProvider
in interfaceSAML2SP4UIIdP
-
setRequestedAuthnContextProvider
public void setRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider)
- Specified by:
setRequestedAuthnContextProvider
in interfaceSAML2SP4UIIdP
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-