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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()booleanbooleanbooleanbooleanvoidsetBindingType(SAML2BindingType bindingType) voidsetCreateUnmatching(boolean createUnmatching) voidsetEntityID(String entityID) voidvoidsetLogoutSupported(boolean logoutSupported) voidsetMetadata(String metadata) voidvoidsetRequestedAuthnContextProvider(String requestedAuthnContextProvider) voidsetSelfRegUnmatching(boolean selfRegUnmatching) voidsetUpdateMatching(boolean updateMatching) voidsetUserTemplate(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
-