Package com.redhat.cloud.common.auth
Class HeaderHelper
- java.lang.Object
-
- com.redhat.cloud.common.auth.HeaderHelper
-
public abstract class HeaderHelper extends Object
- Author:
- hrupp
-
-
Constructor Summary
Constructors Constructor Description HeaderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<XRhIdentity>getRhIdFromHeader(javax.ws.rs.core.HttpHeaders httpHeaders)static Optional<XRhIdentity>getRhIdFromString(String xRhIdHeader)
-
-
-
Method Detail
-
getRhIdFromHeader
public static Optional<XRhIdentity> getRhIdFromHeader(javax.ws.rs.core.HttpHeaders httpHeaders)
-
getRhIdFromString
public static Optional<XRhIdentity> getRhIdFromString(String xRhIdHeader)
-
-