Class NewTemplate
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.claims.qdl.NewTemplate
-
- All Implemented Interfaces:
CSConstants
,edu.uiuc.ncsa.qdl.extensions.QDLFunction
,Serializable
public class NewTemplate extends Object implements edu.uiuc.ncsa.qdl.extensions.QDLFunction, CSConstants
Creates a template for a given type of claim sourse. This has asterisks where the required values are.Created by Jeff Gaynor
on 2/11/20 at 12:29 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
NEW_TEMPLATE_NAME
static String
REQUIRED_TEMPLATE
-
Fields inherited from interface edu.uiuc.ncsa.myproxy.oa4mp.qdl.claims.CSConstants
CS_CODE_JAVA_CLASS, CS_DEFAULT_CLAIM_NAME_KEY, CS_DEFAULT_FAIL_ON_ERROR, CS_DEFAULT_ID, CS_DEFAULT_ID_VALUE, CS_DEFAULT_IS_ENABLED, CS_DEFAULT_NAME, CS_DEFAULT_NOTIFY_ON_FAIL, CS_DEFAULT_TYPE, CS_FILE_CLAIM_KEY, CS_FILE_FILE_PATH, CS_FILE_STEM_CLAIMS, CS_HEADERS_PREFIX, CS_LDAP_ADDITIONAL_FILTER, CS_LDAP_AUTHZ_TYPE, CS_LDAP_CONTEXT_NAME, CS_LDAP_GROUP_NAMES, CS_LDAP_LISTS, CS_LDAP_PASSWORD, CS_LDAP_PORT, CS_LDAP_RENAME, CS_LDAP_SEARCH_ATTRIBUTES, CS_LDAP_SEARCH_BASE, CS_LDAP_SEARCH_FILTER_ATTRIBUTE, CS_LDAP_SEARCH_NAME, CS_LDAP_SEARCH_SCOPE, CS_LDAP_SECURITY_PRINCIPAL, CS_LDAP_SERVER_ADDRESS, CS_TYPE_BASIC, CS_TYPE_CODE, CS_TYPE_FILE, CS_TYPE_HEADERS, CS_TYPE_LDAP, CS_TYPE_NCSA, CS_USE_DEFAULT_KEY
-
-
Constructor Summary
Constructors Constructor Description NewTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
-
-
Field Detail
-
NEW_TEMPLATE_NAME
public static final String NEW_TEMPLATE_NAME
- See Also:
- Constant Field Values
-
REQUIRED_TEMPLATE
public static String REQUIRED_TEMPLATE
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCount
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
evaluate
public Object evaluate(Object[] objects, edu.uiuc.ncsa.qdl.state.State state)
- Specified by:
evaluate
in interfaceedu.uiuc.ncsa.qdl.extensions.QDLFunction
-
-