public class SAML2IdPTO extends Object implements EntityTO, ItemContainerTO
Constructor and Description |
---|
SAML2IdPTO() |
@PathParam(value="key") public void setKey(String key)
public String getEntityID()
public void setEntityID(String entityID)
public String getName()
public void setName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public boolean isCreateUnmatching()
public void setCreateUnmatching(boolean createUnmatching)
public boolean isSelfRegUnmatching()
public void setSelfRegUnmatching(boolean selfRegUnmatching)
public boolean isUpdateMatching()
public void setUpdateMatching(boolean updateMatching)
public boolean isUseDeflateEncoding()
public void setUseDeflateEncoding(boolean useDeflateEncoding)
public boolean isSupportUnsolicited()
public void setSupportUnsolicited(boolean supportUnsolicited)
public SAML2BindingType getBindingType()
public void setBindingType(SAML2BindingType bindingType)
public boolean isLogoutSupported()
public void setLogoutSupported(boolean logoutSupported)
public UserTO getUserTemplate()
public void setUserTemplate(UserTO userTemplate)
public ItemTO getConnObjectKeyItem()
getConnObjectKeyItem
in interface ItemContainerTO
protected boolean addConnObjectKeyItem(ItemTO connObjectItem)
public boolean setConnObjectKeyItem(ItemTO connObjectKeyItem)
setConnObjectKeyItem
in interface ItemContainerTO
public List<ItemTO> getItems()
getItems
in interface ItemContainerTO
public boolean add(ItemTO item)
add
in interface ItemContainerTO
public boolean remove(ItemTO item)
public String getRequestedAuthnContextProviderClassName()
public void setRequestedAuthnContextProviderClassName(String requestedAuthnContextProviderClassName)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.