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
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Implementation action) List<? extends Implementation> getItems()byte[]getName()booleanbooleanbooleanbooleanprotected voidjson2list(boolean clearFirst) voidvoidpostLoad()voidpostSave()voidsetBindingType(SAML2BindingType bindingType) voidsetConnObjectKeyItem(Item item) voidsetCreateUnmatching(boolean createUnmatching) voidsetEntityID(String entityID) voidsetLogoutSupported(boolean logoutSupported) voidsetMetadata(byte[] metadata) voidvoidsetRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider) voidsetSelfRegUnmatching(boolean selfRegUnmatching) voidsetUpdateMatching(boolean updateMatching) voidsetUserTemplate(SAML2SP4UIUserTemplate userTemplate) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods 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:
getEntityIDin interfaceSAML2SP4UIIdP
-
setEntityID
- Specified by:
setEntityIDin interfaceSAML2SP4UIIdP
-
getName
- Specified by:
getNamein interfaceSAML2SP4UIIdP
-
setName
- Specified by:
setNamein interfaceSAML2SP4UIIdP
-
getMetadata
public byte[] getMetadata()- Specified by:
getMetadatain interfaceSAML2SP4UIIdP
-
setMetadata
public void setMetadata(byte[] metadata) - Specified by:
setMetadatain interfaceSAML2SP4UIIdP
-
isLogoutSupported
public boolean isLogoutSupported()- Specified by:
isLogoutSupportedin interfaceSAML2SP4UIIdP
-
setLogoutSupported
public void setLogoutSupported(boolean logoutSupported) - Specified by:
setLogoutSupportedin interfaceSAML2SP4UIIdP
-
isCreateUnmatching
public boolean isCreateUnmatching()- Specified by:
isCreateUnmatchingin interfaceSAML2SP4UIIdP
-
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) - Specified by:
setCreateUnmatchingin interfaceSAML2SP4UIIdP
-
isSelfRegUnmatching
public boolean isSelfRegUnmatching()- Specified by:
isSelfRegUnmatchingin interfaceSAML2SP4UIIdP
-
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) - Specified by:
setSelfRegUnmatchingin interfaceSAML2SP4UIIdP
-
isUpdateMatching
public boolean isUpdateMatching()- Specified by:
isUpdateMatchingin interfaceSAML2SP4UIIdP
-
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) - Specified by:
setUpdateMatchingin interfaceSAML2SP4UIIdP
-
getBindingType
- Specified by:
getBindingTypein interfaceSAML2SP4UIIdP
-
setBindingType
- Specified by:
setBindingTypein interfaceSAML2SP4UIIdP
-
getUserTemplate
- Specified by:
getUserTemplatein interfaceSAML2SP4UIIdP
-
setUserTemplate
- Specified by:
setUserTemplatein interfaceSAML2SP4UIIdP
-
getItems
- Specified by:
getItemsin interfaceSAML2SP4UIIdP
-
getConnObjectKeyItem
- Specified by:
getConnObjectKeyItemin interfaceSAML2SP4UIIdP
-
setConnObjectKeyItem
- Specified by:
setConnObjectKeyItemin interfaceSAML2SP4UIIdP
-
add
- Specified by:
addin interfaceSAML2SP4UIIdP
-
getActions
- Specified by:
getActionsin interfaceSAML2SP4UIIdP
-
getRequestedAuthnContextProvider
- Specified by:
getRequestedAuthnContextProviderin interfaceSAML2SP4UIIdP
-
setRequestedAuthnContextProvider
- Specified by:
setRequestedAuthnContextProviderin interfaceSAML2SP4UIIdP
-
json2list
protected void json2list(boolean clearFirst) -
postLoad
public void postLoad() -
postSave
public void postSave() -
list2json
public void list2json()
-