All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.daon.identityx.rest.model.def.ResourcePaths Maven / Gradle / Ivy

/*
* Copyright Daon.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.daon.identityx.rest.model.def;

public class ResourcePaths {

	public static final String defaultApplicationPath = "applications";
	public static final String defaultAuditPath = "audits";
	public static final String defaultConfigPath = "config";
	public static final String defaultAuthenticationRequestPath = "authenticationRequests";
	public static final String defaultAuthenticatorPath = "authenticators";
	public static final String defaultSystemAuthenticatorTypePath = "systemAuthenticatorTypes";
	public static final String defaultPolicyPath = "policies";
	public static final String defaultRegistrationChallengePath = "registrationChallenges";
	public static final String defaultRegistrationPath = "registrations";
	public static final String defaultRolePath = "roles";
	public static final String defaultSessionTokenPath = "sessionTokens";
	public static final String defaultSponsorshipPath = "sponsorships";
	public static final String defaultAuthenticatorTypePath = "authenticatorTypes";
	public static final String defaultTenantPath = "tenants";
	public static final String defaultTokenPath = "tokens";
	public static final String defaultUserPath = "users";
	public static final String defaultStatisticPath = "statistics/activity";
	public static final String defaultFidoAAIDStatisticPath = "statistics/fidoAAID";
	public static final String defaultMetadataPath = "metadata";
	public static final String defaultEnrollmentPath = "enrollments";
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy