Interface SAML2SP4UIIdP
- All Superinterfaces:
Entity
,Serializable
- All Known Implementing Classes:
JPASAML2SP4UIIdP
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(Implementation action) List
<? extends Implementation> getItems()
byte[]
getName()
boolean
boolean
boolean
boolean
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)
-
Method Details
-
getEntityID
String getEntityID() -
setEntityID
-
getName
String getName() -
setName
-
getMetadata
byte[] getMetadata() -
setMetadata
void setMetadata(byte[] metadata) -
isLogoutSupported
boolean isLogoutSupported() -
setLogoutSupported
void setLogoutSupported(boolean logoutSupported) -
isCreateUnmatching
boolean isCreateUnmatching() -
setCreateUnmatching
void setCreateUnmatching(boolean createUnmatching) -
isSelfRegUnmatching
boolean isSelfRegUnmatching() -
setSelfRegUnmatching
void setSelfRegUnmatching(boolean selfRegUnmatching) -
isUpdateMatching
boolean isUpdateMatching() -
setUpdateMatching
void setUpdateMatching(boolean updateMatching) -
getBindingType
SAML2BindingType getBindingType() -
setBindingType
-
getRequestedAuthnContextProvider
Implementation getRequestedAuthnContextProvider() -
setRequestedAuthnContextProvider
-
getUserTemplate
SAML2SP4UIUserTemplate getUserTemplate() -
setUserTemplate
-
getConnObjectKeyItem
-
setConnObjectKeyItem
-
getItems
-
add
-
getActions
List<? extends Implementation> getActions()
-