Class AuthUtils
- java.lang.Object
-
- org.apache.synapse.endpoints.auth.AuthUtils
-
public class AuthUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthHandler
getAuthHandler(org.apache.axiom.om.OMElement httpElement)
This method will return an AuthHandler instance depending on the auth configs
-
-
-
Method Detail
-
getAuthHandler
public static AuthHandler getAuthHandler(org.apache.axiom.om.OMElement httpElement) throws AuthException
This method will return an AuthHandler instance depending on the auth configs- Parameters:
httpElement
- Element containing http configs- Returns:
- AuthHandler object
- Throws:
AuthException
- throw exception for invalid auth configs
-
-