Package org.apache.syncope.common.lib.to
Class SAML2SP4UIIdPTO
java.lang.Object
org.apache.syncope.common.lib.to.ItemContainer
org.apache.syncope.common.lib.to.SAML2SP4UIIdPTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getName()
boolean
boolean
boolean
boolean
void
setBindingType
(SAML2BindingType bindingType) void
setCreateUnmatching
(boolean createUnmatching) void
setEntityID
(String entityID) void
void
setLogoutSupported
(boolean logoutSupported) void
setMetadata
(String metadata) void
void
setRequestedAuthnContextProvider
(String requestedAuthnContextProvider) void
setSelfRegUnmatching
(boolean selfRegUnmatching) void
setUpdateMatching
(boolean updateMatching) void
setUserTemplate
(UserTO userTemplate) Methods inherited from class org.apache.syncope.common.lib.to.ItemContainer
add, addConnObjectKeyItem, equals, getConnObjectKeyItem, getItems, hashCode, setConnObjectKeyItem
-
Constructor Details
-
SAML2SP4UIIdPTO
public SAML2SP4UIIdPTO()
-
-
Method Details
-
getKey
-
setKey
-
getEntityID
-
setEntityID
-
getName
-
setName
-
getMetadata
-
setMetadata
-
getBindingType
-
setBindingType
-
isLogoutSupported
public boolean isLogoutSupported() -
setLogoutSupported
public void setLogoutSupported(boolean logoutSupported) -
getRequestedAuthnContextProvider
-
setRequestedAuthnContextProvider
-
isCreateUnmatching
public boolean isCreateUnmatching() -
setCreateUnmatching
public void setCreateUnmatching(boolean createUnmatching) -
isSelfRegUnmatching
public boolean isSelfRegUnmatching() -
setSelfRegUnmatching
public void setSelfRegUnmatching(boolean selfRegUnmatching) -
isUpdateMatching
public boolean isUpdateMatching() -
setUpdateMatching
public void setUpdateMatching(boolean updateMatching) -
getUserTemplate
-
setUserTemplate
-
getActions
-