Package lumis.portal.security.csr
Class CrossSiteRequestDefinition
- java.lang.Object
-
- lumis.portal.security.csr.CrossSiteRequestDefinition
-
public class CrossSiteRequestDefinition extends Object
The cross-site request entity (for read-only purpose).- Since:
- 10.2.0
- Version:
- $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern
getAccessOrigin()
Returns the accessOrigin.Pattern
getMethod()
Returns the method.Pattern
getPath()
Returns the path.String
toString()
-
-
-
Method Detail
-
getMethod
public Pattern getMethod()
Returns the method.- Returns:
- the method
- Since:
- 10.2.0
-
getPath
public Pattern getPath()
Returns the path.- Returns:
- the path
- Since:
- 10.2.0
-
getAccessOrigin
public Pattern getAccessOrigin()
Returns the accessOrigin.- Returns:
- the accessOrigin
- Since:
- 10.2.0
-
-