public class SAML2IdPsRestClient extends BaseRestClient
LOG
Constructor and Description |
---|
SAML2IdPsRestClient() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
Set<String> |
getActionsClasses() |
Set<String> |
getRequestedAuthnContextProviderClasses() |
void |
importIdPs(InputStream input) |
List<SAML2IdPTO> |
list() |
SAML2IdPTO |
read(String key) |
void |
update(SAML2IdPTO idp) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
public List<SAML2IdPTO> list()
public Set<String> getRequestedAuthnContextProviderClasses()
public void importIdPs(InputStream input)
public SAML2IdPTO read(String key)
public void update(SAML2IdPTO idp)
public void delete(String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.