Interface RemoteRequestPrincipalAttributesExtractor
-
- All Known Implementing Classes:
ShibbolethServiceProviderRequestPrincipalAttributesExtractor
public interface RemoteRequestPrincipalAttributesExtractor- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Map<java.lang.String,java.util.List<java.lang.Object>>getAttributes(javax.servlet.http.HttpServletRequest request)Gets attributes.
-