Class DynamicServiceAuthenticationDetails
java.lang.Object
org.jenkinsci.plugins.cas.spring.security.DynamicServiceAuthenticationDetails
- All Implemented Interfaces:
Serializable
,org.springframework.security.cas.authentication.ServiceAuthenticationDetails
public class DynamicServiceAuthenticationDetails
extends Object
implements org.springframework.security.cas.authentication.ServiceAuthenticationDetails
ServiceAuthenticationDetails
implementation that will convert a relative
service URL to an absolute one by adding the Jenkins root URL if necessary.- Author:
- Fabien Crespel
- See Also:
-
Constructor Summary
ConstructorDescriptionDynamicServiceAuthenticationDetails
(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.cas.ServiceProperties serviceProperties) -
Method Summary
-
Constructor Details
-
DynamicServiceAuthenticationDetails
public DynamicServiceAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.cas.ServiceProperties serviceProperties)
-
-
Method Details