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

com.enonic.xp.security.SecurityConstants Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.security;

import com.enonic.xp.branch.Branch;
import com.enonic.xp.context.Context;
import com.enonic.xp.context.ContextBuilder;
import com.enonic.xp.repository.Repository;

public class SecurityConstants
{
    public static final Branch BRANCH_SECURITY = SystemConstants.BRANCH_SYSTEM;

    @Deprecated
    public static final Repository SECURITY_REPO = SystemConstants.SYSTEM_REPO;

    @Deprecated
    public static final Context CONTEXT_SECURITY = ContextBuilder.create().
        branch( BRANCH_SECURITY ).
        repositoryId( SystemConstants.SYSTEM_REPO_ID ).
        build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy