keycloak
|
クラス | |
class | Entry |
公開メンバ関数 | |
Map< String, Collection< String > > | toMap () |
default boolean | exists (String name) |
default boolean | containsValue (String name, String value) |
default Entry | getValue (String name) |
静的公開メンバ関数 | |
static Attributes | from (Map< String, Collection< String >> attributes) |
Holds attributes, their values and provides utlity methods to manage them.
In the future, it may be useful to provide different implementations for this interface in order to plug or integrate with different Policy Information Point (PIP).
|
inline |
Checks if there is an attribute with the given name
and value
.
name | the attribute name |
value | the attribute value |
name
and value
exist. Otherwise, returns false.
|
inline |
Checks if there is an attribute with the given name
.
name | the attribute name |
name
exist. Otherwise, returns false.
|
inlinestatic |
|
inline |
Map<String, Collection<String> > org.keycloak.authorization.attribute.Attributes.toMap | ( | ) |
Converts to a Map.