space
Previous Page | Next Page

SAS Namespace Types

Login


Subclass of SecondaryType


Overview

Represents login information for a given user in a given authentication domain.

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
Password The password associated with the user ID in this domain.   String 128  
UserID The user ID used for authentication. The ID must be unique to 128 characters.   String 128  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
AssociatedIdentity

Partner: Logins

0 to 1 The identity associated with this login.  Identity
IdentityGroup
Person
DataSources

Partner: DefaultLogin

0 to * The data source names which use this login as default.   DataSourceName
Domain

Partner: Logins

0 to 1 The authorization domain that will authenticate a user to a server using these credentials, i.e. this user ID and password.   AuthenticationDomain
Libraries

Partner: DefaultLogin

0 to * The libraries that use this login as a default.  SASLibrary

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

Password
     Type:  String 128  

The password associated with the user ID in this domain.

UserID
     Type:  String 128  

The user ID used for authentication. The ID must be unique to 128 characters.

Association Details

AssociatedIdentity
     Cardinality:   0 to 1
     Partner:   Logins

The identity associated with this login. 

Associated Types:
Identity   IdentityGroup   Person

DataSources
     Cardinality:   0 to *
     Partner:   DefaultLogin

The data source names which use this login as default.  

Associated Types:
DataSourceName

Domain
     Cardinality:   0 to 1
     Partner:   Logins

The authorization domain that will authenticate a user to a server using these credentials, i.e. this user ID and password.  

Associated Types:
AuthenticationDomain

Libraries
     Cardinality:   0 to *
     Partner:   DefaultLogin

The libraries that use this login as a default. 

Associated Types:
SASLibrary


space
Previous Page | Next Page | Top of Page