Class ShibbolethServiceProviderRequestPrincipalAttributesExtractor
- java.lang.Object
-
- org.apereo.cas.adaptors.trusted.authentication.principal.ShibbolethServiceProviderRequestPrincipalAttributesExtractor
-
- All Implemented Interfaces:
RemoteRequestPrincipalAttributesExtractor
public class ShibbolethServiceProviderRequestPrincipalAttributesExtractor extends java.lang.Object implements RemoteRequestPrincipalAttributesExtractor
- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description ShibbolethServiceProviderRequestPrincipalAttributesExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.Object>>getAttributes(javax.servlet.http.HttpServletRequest request)Gets attributes.
-
-
-
Method Detail
-
getAttributes
public java.util.Map<java.lang.String,java.util.List<java.lang.Object>> getAttributes(javax.servlet.http.HttpServletRequest request)
Description copied from interface:RemoteRequestPrincipalAttributesExtractorGets attributes.- Specified by:
getAttributesin interfaceRemoteRequestPrincipalAttributesExtractor- Parameters:
request- the request- Returns:
- the attributes
-
-