Package io.jans.configapi.security.api
Class ApiProtectionService
- java.lang.Object
-
- io.jans.configapi.security.api.ApiProtectionService
-
@ApplicationScoped public class ApiProtectionService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROTECTION_CONFIGURATION_FILE_NAME
-
Constructor Summary
Constructors Constructor Description ApiProtectionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<io.jans.configapi.core.protect.RsResource>
getResourceList()
void
verifyResources(String apiProtectionType, String clientId)
-
-
-
Field Detail
-
PROTECTION_CONFIGURATION_FILE_NAME
public static final String PROTECTION_CONFIGURATION_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResourceList
public Collection<io.jans.configapi.core.protect.RsResource> getResourceList()
-
verifyResources
public void verifyResources(String apiProtectionType, String clientId) throws IOException
- Throws:
IOException
-
-