Package org.apereo.cas.mgmt.controller
Class DelegatedUtil
- java.lang.Object
-
- org.apereo.cas.mgmt.controller.DelegatedUtil
-
public class DelegatedUtil extends java.lang.ObjectUtility class for delegated functions.- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description DelegatedUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apereo.cas.mgmt.domain.BranchDatacreateBranch(org.apereo.cas.mgmt.GitUtil.BranchMap r)Method creates a branch object to be returned to the client.static booleanfilterPulls(org.apereo.cas.mgmt.GitUtil.BranchMap r, boolean[] options)Method will filter refs to only the statuses on Options.
-
-
-
Method Detail
-
createBranch
public static org.apereo.cas.mgmt.domain.BranchData createBranch(org.apereo.cas.mgmt.GitUtil.BranchMap r)
Method creates a branch object to be returned to the client.- Parameters:
r- - BranchMap- Returns:
- - BranchData
-
filterPulls
public static boolean filterPulls(org.apereo.cas.mgmt.GitUtil.BranchMap r, boolean[] options)Method will filter refs to only the statuses on Options.- Parameters:
r- - BranchMapoptions- - 0:Submitted, 1:Accepted, 2:Rejected- Returns:
- - true of the pull should be included
-
-