SAP NetWeaver 7.1 Composition Environment
A B C D E F G H I J K L M N O P R S T U V W X _

N

NAME - Static variable in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
 
NamePermission - Class in com.sap.security.api.permissions
The NamePermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same (simple) naming convention as NamePermission.
NamePermission(String) - Constructor for class com.sap.security.api.permissions.NamePermission
Creates a new NamePermission with the specified name.
NamePermission(String, String) - Constructor for class com.sap.security.api.permissions.NamePermission
Creates a new NamePermission object with the specified name.
NEW_PASSWORD - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
NEW_PASSWORD_INVALID - Static variable in interface com.sap.security.api.ISecurityPolicy
 
NEW_PASSWORDS_UNMATCHED - Static variable in interface com.sap.security.api.ISecurityPolicy
 
newGroup(String) - Method in interface com.sap.security.api.IGroupFactory
Creates a new, initially blank group object.
newPrincipal(String) - Method in interface com.sap.security.api.IPrincipalFactory
Creates a new, initially blank object.
newPrincipal(IPrincipal) - Method in interface com.sap.security.api.IPrincipalFactory
Creates a new object.
newPrincipalMetaData(String, int) - Method in interface com.sap.security.api.IPrincipalFactory
Returns a new IPrincipalMetaData object, or throws a ObjectAlreadyExistsException, if there is already a IPrincipalMetaData object for the given principalTypeIdentifier.
newPrincipals(String, int) - Method in interface com.sap.security.api.IPrincipalFactory
Creates new, initially blank object objects.
newPrincipalSet(String) - Method in interface com.sap.security.api.IPrincipalFactory
Creates a new, initially blank object.
newPrincipalSet(IPrincipalSet) - Method in interface com.sap.security.api.IPrincipalFactory
Creates a new object.
newRole(String) - Method in interface com.sap.security.api.IRoleFactory
Creates a new, initially blank role object.
newUser(String) - Method in interface com.sap.security.api.IUserFactory
Creates a new, initially blank user object with the given uniqueName.
newUser(String, IUser) - Method in interface com.sap.security.api.IUserFactory
Creates a new user with the given uniqueName.
newUserAccount(String, String) - Method in interface com.sap.security.api.IUserAccountFactory
Creates a new IUserAccount type object.
newUserAccount(String) - Method in interface com.sap.security.api.IUserAccountFactory
Creates a new IUserAccount type object.
newUsers(String[]) - Method in interface com.sap.security.api.IUserFactory
Creates a new, initially blank user objects.
next() - Method in class com.sap.security.api.PrincipalIterator
Returns the next object.
NO_CERTIFICATE - Static variable in interface com.sap.security.api.ISecurityPolicy
 
NO_LOGIN_MODULE_SUCCEEDED - Static variable in interface com.sap.engine.lib.security.LoginExceptionDetails
 
NO_PASSWORD - Static variable in interface com.sap.engine.lib.security.LoginExceptionDetails
 
NO_USER_CERTIFICATE - Static variable in interface com.sap.security.api.ISecurityPolicy
 
NO_USER_MAPPED_TO_THIS_CERTIFICATE - Static variable in interface com.sap.engine.lib.security.LoginExceptionDetails
 
NoLogonDataAvailableException - Exception in com.sap.security.api.umap
This exception is thrown when user mapping data for a combination of principal and backend system is requested, but there is no user mapping data available (which fits the system's configured logon method).
NoLogonDataAvailableException() - Constructor for exception com.sap.security.api.umap.NoLogonDataAvailableException
Create a NoLogonDataAvailableException without further information.
NoLogonDataAvailableException(String) - Constructor for exception com.sap.security.api.umap.NoLogonDataAvailableException
Create a NoLogonDataAvailableException with a specific error message.
NoLogonDataAvailableException(String, int) - Constructor for exception com.sap.security.api.umap.NoLogonDataAvailableException
Create a NoLogonDataAvailableException with a specific error message and an error code.
NoSuchGroupException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing group object in the object store.
NoSuchGroupException(String) - Constructor for exception com.sap.security.api.NoSuchGroupException
Constructor for the NoSuchGroupException object
NoSuchGroupException(Throwable) - Constructor for exception com.sap.security.api.NoSuchGroupException
 
NoSuchObjectException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing object in the object store.
NoSuchObjectException() - Constructor for exception com.sap.security.api.NoSuchObjectException
Constructs a new NoSuchUserExcption.
NoSuchObjectException(Throwable) - Constructor for exception com.sap.security.api.NoSuchObjectException
 
NoSuchObjectException(String) - Constructor for exception com.sap.security.api.NoSuchObjectException
Constructs a new NoSuchObjectException with a descriptive message.
NoSuchPCDRoleException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing PCD role object in the object store.
NoSuchPCDRoleException(Throwable) - Constructor for exception com.sap.security.api.NoSuchPCDRoleException
Constructs a new NoSuchPCDRoleException with a descriptive message.
NoSuchPCDRoleException(String) - Constructor for exception com.sap.security.api.NoSuchPCDRoleException
 
NoSuchPrincipalException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing principal in the principal store.
NoSuchPrincipalException() - Constructor for exception com.sap.security.api.NoSuchPrincipalException
Constructs a new NoSuchPrincipalException.
NoSuchPrincipalException(Throwable) - Constructor for exception com.sap.security.api.NoSuchPrincipalException
 
NoSuchPrincipalException(String) - Constructor for exception com.sap.security.api.NoSuchPrincipalException
Constructs a new NoSuchPrincipalException with a descriptive message.
NoSuchPrincipalException(Throwable, String) - Constructor for exception com.sap.security.api.NoSuchPrincipalException
 
NoSuchRoleException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing role object in the object store.
NoSuchRoleException(String) - Constructor for exception com.sap.security.api.NoSuchRoleException
Constructs a new NoSuchRoleException with a descriptive message.
NoSuchRoleException(Throwable) - Constructor for exception com.sap.security.api.NoSuchRoleException
 
NoSuchUserAccountException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing user in the user store.
NoSuchUserAccountException() - Constructor for exception com.sap.security.api.NoSuchUserAccountException
Constructs a new NoSuchUserAccountException.
NoSuchUserAccountException(Throwable) - Constructor for exception com.sap.security.api.NoSuchUserAccountException
 
NoSuchUserAccountException(String) - Constructor for exception com.sap.security.api.NoSuchUserAccountException
Constructs a new NoSuchUserAccountException with a descriptive message.
NoSuchUserAccountException(Throwable, String) - Constructor for exception com.sap.security.api.NoSuchUserAccountException
 
NoSuchUserException - Exception in com.sap.security.api
This exception indicates an attempt to access a non-existing user in the user store.
NoSuchUserException() - Constructor for exception com.sap.security.api.NoSuchUserException
Constructs a new NoSuchUserExcption.
NoSuchUserException(Throwable) - Constructor for exception com.sap.security.api.NoSuchUserException
 
NoSuchUserException(String) - Constructor for exception com.sap.security.api.NoSuchUserException
Constructs a new NoSuchUserException with a descriptive message.
NoSuchUserException(Throwable, String) - Constructor for exception com.sap.security.api.NoSuchUserException
 
NUMERIC_REQUIRED - Static variable in interface com.sap.security.api.ISecurityPolicy
 

SAP NetWeaver 7.1 Composition Environment
A B C D E F G H I J K L M N O P R S T U V W X _
Copyright © 2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.