Interface SAML2SP4UIIdP
-
- All Superinterfaces:
Entity
,Serializable
- All Known Implementing Classes:
JPASAML2SP4UIIdP
public interface SAML2SP4UIIdP extends Entity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
-
-
-
Method Detail
-
getEntityID
String getEntityID()
-
setEntityID
void setEntityID(String entityID)
-
getName
String getName()
-
setName
void setName(String name)
-
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
void setBindingType(SAML2BindingType bindingType)
-
getRequestedAuthnContextProvider
Implementation getRequestedAuthnContextProvider()
-
setRequestedAuthnContextProvider
void setRequestedAuthnContextProvider(Implementation requestedAuthnContextProvider)
-
getUserTemplate
SAML2SP4UIUserTemplate getUserTemplate()
-
setUserTemplate
void setUserTemplate(SAML2SP4UIUserTemplate userTemplate)
-
setConnObjectKeyItem
void setConnObjectKeyItem(Item item)
-
add
boolean add(Implementation action)
-
getActions
List<? extends Implementation> getActions()
-
-