@Target(value=TYPE) @Documented @Retention(value=RUNTIME) @Inherited public @interface IdentityStereotype
In many security systems, use of architectural patterns produces a set of recurring concepts. A stereotype represents those concepts, helping developers to declare some metadata for their own types in order to get them properly recognized, managed and associated with those common concepts.
This annotation provides all stereotypes that can be defined by IdentityType
types, such as
roles, groups and user concepts. Each stereotype has some common properties that should be defined using the
StereotypeProperty
annotation.
A IdentityType
must declare only a single stereotype.
StereotypeProperty
Modifier and Type | Required Element and Description |
---|---|
IdentityStereotype.Stereotype |
value |
public abstract IdentityStereotype.Stereotype value
Copyright © 2016. All rights reserved.