@Component public class SAML2IdPLogic extends AbstractSAML2Logic<org.apache.syncope.common.lib.to.SAML2IdPTO>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
loader| Constructor and Description |
|---|
SAML2IdPLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
Set<String> |
getActionsClasses() |
Set<String> |
getRequestedAuthnContextProviderClasses() |
List<String> |
importFromMetadata(InputStream input) |
List<org.apache.syncope.common.lib.to.SAML2IdPTO> |
list() |
org.apache.syncope.common.lib.to.SAML2IdPTO |
read(String key) |
T |
resolveBeanReference(Method arg0,
Object... arg1) |
protected org.apache.syncope.common.lib.to.SAML2IdPTO |
resolveReference(Method method,
Object... args) |
void |
update(org.apache.syncope.common.lib.to.SAML2IdPTO saml2IdpTO) |
check@PreAuthorize(value="isAuthenticated()") public Set<String> getRequestedAuthnContextProviderClasses()
@PreAuthorize(value="isAuthenticated()") @Transactional(readOnly=true) public List<org.apache.syncope.common.lib.to.SAML2IdPTO> list()
@PreAuthorize(value="hasRole(\'IDP_READ\')") @Transactional(readOnly=true) public org.apache.syncope.common.lib.to.SAML2IdPTO read(String key)
@PreAuthorize(value="hasRole(\'IDP_IMPORT\')") public List<String> importFromMetadata(InputStream input)
@PreAuthorize(value="hasRole(\'IDP_UPDATE\')") public void update(org.apache.syncope.common.lib.to.SAML2IdPTO saml2IdpTO)
@PreAuthorize(value="hasRole(\'IDP_DELETE\')") public void delete(String key)
protected org.apache.syncope.common.lib.to.SAML2IdPTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException
UnresolvedReferenceExceptionpublic T resolveBeanReference(Method arg0, Object... arg1) throws UnresolvedReferenceException
UnresolvedReferenceExceptionCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.