Uses of Class
ch.vd.shared.iam.web.filter.auth.IamRequestWrapper
-
Packages that use IamRequestWrapper Package Description ch.vd.shared.iam.web.common ch.vd.shared.iam.web.filter.auth ch.vd.shared.iam.web.utils -
-
Uses of IamRequestWrapper in ch.vd.shared.iam.web.common
Methods in ch.vd.shared.iam.web.common with parameters of type IamRequestWrapper Modifier and Type Method Description static voidRequestHelper. logRequestInfos(IamRequestWrapper request, javax.servlet.http.HttpServletResponse response, java.lang.String prefix, java.lang.String username)static voidRequestHelper. logRequestInfos(IamRequestWrapper request, javax.servlet.http.HttpServletResponse response, java.lang.String prefix, java.lang.String username, java.util.Collection<IamAuthority> auths) -
Uses of IamRequestWrapper in ch.vd.shared.iam.web.filter.auth
Methods in ch.vd.shared.iam.web.filter.auth with parameters of type IamRequestWrapper Modifier and Type Method Description protected java.lang.StringAbstractSharedIamAuthenticationFilter. getUsedPrincipal(IamRequestWrapper request)protected java.lang.StringAbstractSharedIamAuthenticationFilter. getUsernameForLog(IamRequestWrapper request) -
Uses of IamRequestWrapper in ch.vd.shared.iam.web.utils
Methods in ch.vd.shared.iam.web.utils with parameters of type IamRequestWrapper Modifier and Type Method Description static java.util.List<java.lang.String>IamWebUtils. parseRoles(IamRequestWrapper wrapper)
-