Click or drag to resize

SimplePrincipal Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Simple IPrincipal implementation that extends GenericPrincipal, implementing only Equals and GetHashCode. For hash code generation and equality comparison, SimplePrincipal uses only the Identity.Name property.
Inheritance Hierarchy

Namespace:  Tangosol.Net.Security.Impl
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class SimplePrincipal : GenericPrincipal

The SimplePrincipal type exposes the following members.

Constructors
  NameDescription
Public methodSimplePrincipal
Constructor
Top
Properties
  NameDescription
Public propertyClaims
Gets a collection that contains all of the claims from all of the claims identities associated with this claims principal.
(Inherited from ClaimsPrincipal.)
Public propertyIdentities
Gets a collection that contains all of the claims identities associated with this claims principal.
(Inherited from ClaimsPrincipal.)
Public propertyIdentity (Inherited from GenericPrincipal.)
Top
Methods
  NameDescription
Public methodAddIdentities
Adds the specified claims identities to this claims principal.
(Inherited from ClaimsPrincipal.)
Public methodAddIdentity
Adds the specified claims identity to this claims principal.
(Inherited from ClaimsPrincipal.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindAll(PredicateClaim)
Retrieves all of the claims that are matched by the specified predicate.
(Inherited from ClaimsPrincipal.)
Public methodFindAll(String)
Retrieves all or the claims that have the specified claim type.
(Inherited from ClaimsPrincipal.)
Public methodFindFirst(PredicateClaim)
Retrieves the first claim that is matched by the specified predicate.
(Inherited from ClaimsPrincipal.)
Public methodFindFirst(String)
Retrieves the first claim with the specified claim type.
(Inherited from ClaimsPrincipal.)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides ObjectGetHashCode.)
Protected methodGetObjectData
Populates the SerializationInfo with data needed to serialize the current ClaimsPrincipal object.
(Inherited from ClaimsPrincipal.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasClaim(PredicateClaim)
Determines whether any of the claims identities associated with this claims principal contains a claim that is matched by the specified predicate.
(Inherited from ClaimsPrincipal.)
Public methodHasClaim(String, String)
Determines whether any of the claims identities associated with this claims principal contains a claim with the specified claim type and value.
(Inherited from ClaimsPrincipal.)
Public methodIsInRole (Inherited from GenericPrincipal.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also