Package org.openiam.am.srvc.dto
Class URIPattern
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.am.srvc.dto.AbstractMatchMode
-
- org.openiam.am.srvc.dto.URIPattern
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class URIPattern extends AbstractMatchMode
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.am.srvc.dto.AbstractMatchMode
matchMode
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description URIPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMethod(URIPatternMethod method)
void
addParam(URIPatternParameter param)
TreeSet<URIPatternMethod>
getMethodTreeSet(org.springframework.http.HttpMethod method)
RoundRobinServer
getNextServer()
List<RuleURIPatternXref>
getOrderedRuleXrefs()
TreeSet<URIPatternSubstitution>
getSubstititonOrderedSet()
void
initTreeSet()
boolean
isMethodsDefined()
void
setServers(Set<URIPatternServer> servers)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
initTreeSet
public void initTreeSet()
-
getMethodTreeSet
public TreeSet<URIPatternMethod> getMethodTreeSet(org.springframework.http.HttpMethod method)
-
getSubstititonOrderedSet
public TreeSet<URIPatternSubstitution> getSubstititonOrderedSet()
-
isMethodsDefined
public boolean isMethodsDefined()
-
addParam
public void addParam(URIPatternParameter param)
-
addMethod
public void addMethod(URIPatternMethod method)
-
getOrderedRuleXrefs
public List<RuleURIPatternXref> getOrderedRuleXrefs()
-
setServers
public void setServers(Set<URIPatternServer> servers)
-
getNextServer
public RoundRobinServer getNextServer()
-
-