static class DefaultPolicyScanner.PrincipalEntry extends Object
description
for details.DefaultPolicyParser
,
DefaultPolicyScanner
Modifier and Type | Field and Description |
---|---|
private String |
klass
The classname part of principal clause.
|
private String |
name
The name part of principal clause.
|
static String |
WILDCARD
Wildcard value denotes any class and/or any name.
|
Constructor and Description |
---|
PrincipalEntry(String classname,
String name) |
Modifier and Type | Method and Description |
---|---|
(package private) String |
getKlass() |
(package private) String |
getName() |
String |
toString() |
public static final String WILDCARD
private final String klass
private final String name
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.