@Component public class SAML2SPLogic extends AbstractSAML2Logic<org.apache.syncope.common.lib.to.EntityTO>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
loader| Constructor and Description |
|---|
SAML2SPLogic() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.syncope.common.lib.to.SAML2RequestTO |
createLoginRequest(String spEntityID,
String idpEntityID) |
org.apache.syncope.common.lib.to.SAML2RequestTO |
createLogoutRequest(String accessToken,
String spEntityID) |
void |
getMetadata(String spEntityID,
String urlContext,
OutputStream os) |
T |
resolveBeanReference(Method arg0,
Object... arg1) |
protected org.apache.syncope.common.lib.to.EntityTO |
resolveReference(Method method,
Object... args) |
org.apache.syncope.common.lib.to.SAML2LoginResponseTO |
validateLoginResponse(org.apache.syncope.common.lib.to.SAML2ReceivedResponseTO response) |
void |
validateLogoutResponse(String accessToken,
org.apache.syncope.common.lib.to.SAML2ReceivedResponseTO response) |
check@PreAuthorize(value="isAuthenticated()") public void getMetadata(String spEntityID, String urlContext, OutputStream os)
@PreAuthorize(value="hasRole(\'ANONYMOUS\')") public org.apache.syncope.common.lib.to.SAML2RequestTO createLoginRequest(String spEntityID, String idpEntityID)
@PreAuthorize(value="hasRole(\'ANONYMOUS\')") public org.apache.syncope.common.lib.to.SAML2LoginResponseTO validateLoginResponse(org.apache.syncope.common.lib.to.SAML2ReceivedResponseTO response)
@PreAuthorize(value="isAuthenticated() and not(hasRole(\'ANONYMOUS\'))") public org.apache.syncope.common.lib.to.SAML2RequestTO createLogoutRequest(String accessToken, String spEntityID)
@PreAuthorize(value="isAuthenticated() and not(hasRole(\'ANONYMOUS\'))") public void validateLogoutResponse(String accessToken, org.apache.syncope.common.lib.to.SAML2ReceivedResponseTO response)
protected org.apache.syncope.common.lib.to.EntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException
UnresolvedReferenceExceptionpublic T resolveBeanReference(Method arg0, Object... arg1) throws UnresolvedReferenceException
UnresolvedReferenceExceptionCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.